Skip to content

Commit

Permalink
use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mahnunchik committed Mar 10, 2022
1 parent d30fce1 commit 02507cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
release:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit 02507cb

Please sign in to comment.