Skip to content

Commit

Permalink
build: apply trigger criteria to merged PR ci job (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Apr 24, 2024
1 parent 322e804 commit 5941fcd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/on-merged-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: Package dev version cleaner

on:
pull_request_target:
branches:
- main
paths-ignore:
- "**.md"
- "img/**"
types:
- closed

Expand Down

0 comments on commit 5941fcd

Please sign in to comment.