Skip to content

Commit a34610c

Browse files
authored
Update analyzers.yml
... mostly for push event to try new StaticAnalysis docker
1 parent d72ebd1 commit a34610c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/analyzers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Static Analysis
33
# Runs on 'push' events to all branches - output will be printed to the console.
44
# May be run manually as well.
55
# Also runs on PRs, output shown in comments.
6-
on: [push, workflow_dispatch, pull_request]
6+
on: [push, pull_request, workflow_dispatch]
77

88
jobs:
99
static_analysis:

0 commit comments

Comments
 (0)