Skip to content

Commit a71fd97

Browse files
committed
ci(workflows): [integrity] update pull_request event activity types
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 3dd2630 commit a71fd97

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/integrity.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#
33
# References:
44
#
5+
# - https://docs.github.com/actions/learn-github-actions/expressions
6+
# - https://docs.github.com/actions/using-workflows/events-that-trigger-workflows#create
7+
# - https://docs.github.com/actions/using-workflows/events-that-trigger-workflows#pull_request
58
# - https://github.com/actions/checkout
69
# - https://yarnpkg.com/cli/dedupe
710

@@ -16,6 +19,10 @@ on:
1619
- .github/workflows/integrity.yml
1720
- .yarnrc.yml
1821
- yarn.lock
22+
types:
23+
- opened
24+
- reopened
25+
- synchronize
1926
push:
2027
branches:
2128
- main

0 commit comments

Comments
 (0)