Skip to content

Commit fd260eb

Browse files
committed
add pull request trigger as well
1 parent e56dcd1 commit fd260eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/static_analysis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Static analysis
22

33
on:
4+
pull_request:
5+
branches:
6+
- "*"
47
# 'pull_request_target' allows this Action to also run on forked repositories
58
# The output will be shown in PR comments (unless the 'force_console_print' flag is used)
69
pull_request_target:

0 commit comments

Comments
 (0)