Skip to content

Commit

Permalink
Merge pull request #79 from mobusoperandi/fix-release-branch-name
Browse files Browse the repository at this point in the history
fix release branch name
  • Loading branch information
mightyiam authored Feb 20, 2024
2 parents 4ea1469 + 185ae4b commit 3ac54c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [master]
branches: [main]
pull_request:

jobs:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
args: --check

release:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
permissions:
pull-requests: write
contents: write
Expand Down

0 comments on commit 3ac54c2

Please sign in to comment.