Skip to content

Commit

Permalink
build(ci): do stuff on main
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Mar 9, 2023
1 parent 2d73a68 commit 00dd8cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
needs:
- test
- pre-commit
if: github.event_name == 'push' == github.ref == 'main'
if: github.event_name == 'push' == github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3

Expand All @@ -90,7 +90,7 @@ jobs:

semantic-release:
uses: rwxd/gh-templates/.github/workflows/common-semantic-release.yml@main
if: github.event_name == 'push' && github.ref == 'main'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs:
- docs
- test
Expand Down

0 comments on commit 00dd8cb

Please sign in to comment.