Skip to content

Commit 9ce703e

Browse files
committed
Run build for pushes to tags
1 parent c5eaeb1 commit 9ce703e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
if: github.event_name == 'pull_request'
9+
if: github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags')
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:

0 commit comments

Comments
 (0)