Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Sep 13, 2024
1 parent 89a3f9b commit 5a1e083
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
PUBLISH_JOB: true

# Run on push to master branch
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: github.event_name == 'push'
if: github.event_name == 'push' && github.ref == 'refs/heads/master'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5a1e083

Please sign in to comment.