Skip to content

Commit b648382

Browse files
committed
Add tag deployment to deploy job
1 parent 3567a6f commit b648382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
deploy:
111111
needs: build
112-
if: github.ref == 'refs/heads/master'
112+
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
113113
runs-on: ubuntu-latest
114114
permissions:
115115
pages: write

0 commit comments

Comments
 (0)