We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56dcd1 commit fd260ebCopy full SHA for fd260eb
.github/workflows/static_analysis.yml
@@ -1,6 +1,9 @@
1
name: Static analysis
2
3
on:
4
+ pull_request:
5
+ branches:
6
+ - "*"
7
# 'pull_request_target' allows this Action to also run on forked repositories
8
# The output will be shown in PR comments (unless the 'force_console_print' flag is used)
9
pull_request_target:
0 commit comments