Skip to content

Commit

Permalink
ci(task-nr): add closed type to trigger on PR (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: André Caiado da Silva <[email protected]>
  • Loading branch information
andrecaiado and acaiado authored Mar 7, 2024
1 parent 08bec26 commit 526195c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI/CD

on:
pull_request:
types: [opened, synchronize, reopened]
types: [opened, synchronize, reopened, closed]
branches:
- main
release:
Expand Down

0 comments on commit 526195c

Please sign in to comment.