There was an error while loading. Please reload this page.
1 parent e0ab159 commit b448db9Copy full SHA for b448db9
1 file changed
.github/workflows/build_and_deploy.yml
@@ -24,6 +24,7 @@ jobs:
24
deploy-staging:
25
name: "Deploy 🚜️"
26
runs-on: "ubuntu-latest"
27
+ if: "startsWith(github.ref, 'refs/tags/')"
28
needs:
29
- "build"
30
steps:
0 commit comments