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 2d2573a commit ff0bb40Copy full SHA for ff0bb40
.github/workflows/e2e.yml
@@ -73,6 +73,6 @@ jobs:
73
secrets: inherit
74
trigger-staging-deploy:
75
needs: test
76
- if: ${{ github.event_name != 'pull_request' && github.ref_name == 'release/**' }}
+ if: ${{ github.event_name != 'pull_request' && startsWith(github.ref_name, 'release/') }}
77
uses: ./.github/workflows/staging-deployment.yml
78
0 commit comments