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 d052a8b commit baf49dcCopy full SHA for baf49dc
.github/workflows/codeql-analysis.yml
@@ -7,6 +7,10 @@ name: "CodeQL"
7
on:
8
push:
9
branches: [master]
10
+ paths:
11
+ - src
12
+ - .github/workflows/codeql-analysis.yml
13
+
14
pull_request:
15
# The branches below must be a subset of the branches above
16
@@ -55,9 +59,6 @@ jobs:
55
59
- name: Autobuild
56
60
uses: github/codeql-action/autobuild@v1
57
61
58
- - name: Display the path
- run: echo src
- shell: bash
62
# ℹ️ Command-line programs to run using the OS shell.
63
# 📚 https://git.io/JvXDl
64
0 commit comments