Skip to content

Commit

Permalink
ci: run test workflow on PR edited (#113)
Browse files Browse the repository at this point in the history
By default pull request triggers on event types `opened`, `reopened`,
`synchronize`.
See
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
Added also trigger on event type `edited`.

Resolves #87
  • Loading branch information
mbelak-dtml committed Sep 6, 2023
1 parent 7ef547b commit b1972d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
pull_request:
branches: [main]
types: [opened, edited, reopened, synchronize]
merge_group:
branches: [main]

Expand Down

0 comments on commit b1972d1

Please sign in to comment.