Skip to content

Commit

Permalink
Limit release building to pushes again.
Browse files Browse the repository at this point in the history
Signed-off-by: Henner Zeller <[email protected]>
  • Loading branch information
hzeller committed Apr 23, 2021
1 parent 2dc696b commit a4bf534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
runs-on: ubuntu-20.04
# Github actions resources are limited; don't build artifacts for all
# platforms on every pull request, only on push.
#if: ${{github.event_name == 'push'}}
if: ${{github.event_name == 'push'}}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit a4bf534

Please sign in to comment.