There was an error while loading. Please reload this page.
1 parent ef2a033 commit ab8f965Copy full SHA for ab8f965
1 file changed
.github/workflows/static-analysis.yml
@@ -1,7 +1,11 @@
1
name: Static Analysis
2
3
# Run this workflow every time a new commit pushed to your repository
4
-on: [push, pull_request]
+on:
5
+ push:
6
+ branches:
7
+ - main
8
+ pull_request:
9
10
jobs:
11
0 commit comments