Skip to content

Commit

Permalink
Run build for pushes to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pwaller committed Sep 10, 2023
1 parent c5eaeb1 commit 9ce703e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 9ce703e

Please sign in to comment.