We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00b857 commit 7ac4936Copy full SHA for 7ac4936
.github/workflows/CI-CD.yaml
@@ -26,6 +26,7 @@ jobs:
26
uses: ./.github/workflows/docker.yaml
27
28
deploy:
29
+ if: github.event_name == 'push' && github.ref == 'refs/heads/dev'
30
needs: docker
31
uses: ./.github/workflows/deploy.yaml
32
secrets: inherit
0 commit comments