Skip to content

Commit

Permalink
chore(ci): fix main branch name if release jon
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszfiszer authored Mar 5, 2021
1 parent bdc9f63 commit ce757f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
release:
name: Release
needs: build
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit ce757f6

Please sign in to comment.