Skip to content

Commit f279477

Browse files
committed
Add static-analysis GitHub workflow
1 parent 33dced2 commit f279477

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: static analysis
22

3-
on:
4-
push:
5-
branches:
6-
- master
7-
- '*.x'
8-
pull_request:
3+
on: [ push, pull_request ]
94

105
jobs:
116
types:

0 commit comments

Comments
 (0)