We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72ebd1 commit a34610cCopy full SHA for a34610c
1 file changed
.github/workflows/analyzers.yml
@@ -3,7 +3,7 @@ name: Static Analysis
3
# Runs on 'push' events to all branches - output will be printed to the console.
4
# May be run manually as well.
5
# Also runs on PRs, output shown in comments.
6
-on: [push, workflow_dispatch, pull_request]
+on: [push, pull_request, workflow_dispatch]
7
8
jobs:
9
static_analysis:
0 commit comments