Skip to content

Commit

Permalink
[fix] #123 add condition, to contain 'deploy' label in prod-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
tkdwns414 committed Sep 3, 2024
1 parent 3842d30 commit e5c3e98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: prod-CD
on:
push:
branches: [ "main" ]
pull_request_target:
types: [ labeled, closed ]

jobs:
ci:
if: contains(github.event.pull_request.labels.*.name, 'deploy')
runs-on: ubuntu-22.04
env:
working-directory: .
Expand Down

0 comments on commit e5c3e98

Please sign in to comment.