Skip to content

Commit

Permalink
chore: run a workflow for cd branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Sep 6, 2023
1 parent a284d1f commit 2a7f166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
permissions:
id-token: write

environment: ${{ (github.ref == 'refs/heads/dev' && 'dev') || (startsWith(github.ref, 'refs/tags/v') && 'UN') }}
environment: ${{ (github.ref == 'refs/heads/dev' && 'dev') || (startsWith(github.ref, 'refs/tags/v') && 'UN') || (startsWith(github.ref, 'refs/heads/cd_') && 'UN') }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit 2a7f166

Please sign in to comment.