Skip to content

Commit 96337b7

Browse files
author
Maciej Wójcik
committed
try to fix job trigger
1 parent fc1e230 commit 96337b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
deploy-staging:
77
runs-on: [self-hosted, Linux, X64]
88
environment: STAGING
9-
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'release/**' }}
9+
if: ${{ github.event_name != 'pull_request' && startsWith(github.ref_name, 'release/') }}
1010
env:
1111
KUBE_HOST: ${{ secrets.KUBE_HOST }}
1212
KUBE_CERTIFICATE: ${{ secrets.KUBE_CERTIFICATE }}

0 commit comments

Comments
 (0)