Skip to content

Commit

Permalink
build: release job on branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Feb 20, 2024
1 parent 98a49af commit 45ba892
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 45ba892

Please sign in to comment.