Skip to content

Commit b448db9

Browse files
committed
only deploy on tags
1 parent e0ab159 commit b448db9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
deploy-staging:
2525
name: "Deploy 🚜️"
2626
runs-on: "ubuntu-latest"
27+
if: "startsWith(github.ref, 'refs/tags/')"
2728
needs:
2829
- "build"
2930
steps:

0 commit comments

Comments
 (0)