Skip to content

Commit

Permalink
CI: don't limit to pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka authored May 6, 2024
1 parent 3a99f7b commit 887f582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contents: read
packages: write
runs-on: ubuntu-latest
if: (github.repository == 'digital-blueprint/website' && github.event_name == 'push' && github.ref == 'refs/heads/main')
if: (github.repository == 'digital-blueprint/website' && github.ref == 'refs/heads/main')
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 887f582

Please sign in to comment.