Skip to content

Commit

Permalink
ci(workflows): [integrity] update pull_request event activity types
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Jan 30, 2023
1 parent 3dd2630 commit a71fd97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# References:
#
# - https://docs.github.com/actions/learn-github-actions/expressions
# - https://docs.github.com/actions/using-workflows/events-that-trigger-workflows#create
# - https://docs.github.com/actions/using-workflows/events-that-trigger-workflows#pull_request
# - https://github.com/actions/checkout
# - https://yarnpkg.com/cli/dedupe

Expand All @@ -16,6 +19,10 @@ on:
- .github/workflows/integrity.yml
- .yarnrc.yml
- yarn.lock
types:
- opened
- reopened
- synchronize
push:
branches:
- main
Expand Down

0 comments on commit a71fd97

Please sign in to comment.