Skip to content

Commit ff0bb40

Browse files
author
Maciej Wójcik
committed
try to fix trigger condition
1 parent 2d2573a commit ff0bb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
secrets: inherit
7474
trigger-staging-deploy:
7575
needs: test
76-
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'release/**' }}
76+
if: ${{ github.event_name != 'pull_request' && startsWith(github.ref_name, 'release/') }}
7777
uses: ./.github/workflows/staging-deployment.yml
7878
secrets: inherit

0 commit comments

Comments
 (0)