Skip to content

Commit 90e7d38

Browse files
committed
ci fix
1 parent 60fa456 commit 90e7d38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
deploy:
4545
# Add a dependency to the build job
4646
needs: build
47-
if: github.ref == 'refs/heads/main'
47+
if: github.ref == 'refs/heads/master'
4848

4949
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
5050
permissions:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# nimx [![Build Status](https://github.com/yglukhov/nimx/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/yglukhov/nimx/actions?query=branch%3Amain) [![nimble](https://img.shields.io/badge/nimble-black?logo=nim&style=flat&labelColor=171921&color=%23f3d400)](https://nimble.directory/pkg/nimx)
1+
# nimx [![Build Status](https://github.com/yglukhov/nimx/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/yglukhov/nimx/actions?query=branch%3Amaster) [![nimble](https://img.shields.io/badge/nimble-black?logo=nim&style=flat&labelColor=171921&color=%23f3d400)](https://nimble.directory/pkg/nimx)
22

33
Cross-platform GUI framework in [Nim](https://github.com/nim-lang/nim).
44
This is a development (version 2) version, a lot of upcoming breaking changes are expected.

0 commit comments

Comments
 (0)