Skip to content

Commit ac1ede8

Browse files
committed
build if a tag is pushed
1 parent 72a1b35 commit ac1ede8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

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

1414
jobs:
1515
build:
16-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
16+
if: ${{ github.event.workflow_run.conclusion == 'success' || startsWith(github.ref, 'refs/tags') }}
1717
runs-on: ubuntu-latest
1818
strategy:
1919
fail-fast: false

0 commit comments

Comments
 (0)