Skip to content

Commit baf49dc

Browse files
authored
Update codeql-analysis.yml
1 parent d052a8b commit baf49dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ name: "CodeQL"
77
on:
88
push:
99
branches: [master]
10+
paths:
11+
- src
12+
- .github/workflows/codeql-analysis.yml
13+
1014
pull_request:
1115
# The branches below must be a subset of the branches above
1216
branches: [master]
@@ -55,9 +59,6 @@ jobs:
5559
- name: Autobuild
5660
uses: github/codeql-action/autobuild@v1
5761

58-
- name: Display the path
59-
run: echo src
60-
shell: bash
6162
# ℹ️ Command-line programs to run using the OS shell.
6263
# 📚 https://git.io/JvXDl
6364

0 commit comments

Comments
 (0)