We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194f4a3 commit a369387Copy full SHA for a369387
.github/workflows/codeql-analysis.yml
@@ -14,9 +14,21 @@ name: "CodeQL"
14
on:
15
push:
16
branches: [ main ]
17
+ paths-ignore:
18
+ - '**.4u'
19
+ - '**.md'
20
+ - '**.y'
21
+ - '**.lex'
22
+ - 'a.out'
23
pull_request:
24
# The branches below must be a subset of the branches above
25
26
27
28
29
30
31
32
schedule:
33
- cron: '16 8 * * 0'
34
@@ -62,9 +74,9 @@ jobs:
62
74
# and modify them (or add more) to build your code if your project
63
75
# uses a compiled language
64
76
65
- - run: |
66
- make bootstrap
67
- make release
77
+ #- run: |
78
+ # make bootstrap
79
+ # make release
68
80
69
81
- name: Perform CodeQL Analysis
70
82
uses: github/codeql-action/analyze@v1
0 commit comments