Skip to content

Commit a369387

Browse files
authored
Update codeql-analysis.yml
1 parent 194f4a3 commit a369387

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,21 @@ name: "CodeQL"
1414
on:
1515
push:
1616
branches: [ main ]
17+
paths-ignore:
18+
- '**.4u'
19+
- '**.md'
20+
- '**.y'
21+
- '**.lex'
22+
- 'a.out'
1723
pull_request:
1824
# The branches below must be a subset of the branches above
1925
branches: [ main ]
26+
paths-ignore:
27+
- '**.4u'
28+
- '**.md'
29+
- '**.y'
30+
- '**.lex'
31+
- 'a.out'
2032
schedule:
2133
- cron: '16 8 * * 0'
2234

@@ -62,9 +74,9 @@ jobs:
6274
# and modify them (or add more) to build your code if your project
6375
# uses a compiled language
6476

65-
- run: |
66-
make bootstrap
67-
make release
77+
#- run: |
78+
# make bootstrap
79+
# make release
6880

6981
- name: Perform CodeQL Analysis
7082
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)