Skip to content

Commit

Permalink
ci: trigger on default pull_request types opened, synchronize, or reo…
Browse files Browse the repository at this point in the history
…pened
  • Loading branch information
alex-courtis committed Jan 6, 2024
1 parent 26bc88c commit 9253f91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/semantic-pr-subject.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Semantic Pull Request Subject
on:
pull_request:

types:
- opened
- reopened
- edited
- synchronize
jobs:
semantic-pr-subject:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9253f91

Please sign in to comment.