Skip to content

Commit 97dc2a8

Browse files
authoredDec 19, 2023
Update codeql.yml and disable on push events
Signed-off-by: DerSkythe <[email protected]>
1 parent bae0dfc commit 97dc2a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/codeql.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
name: "CodeQL"
1313

1414
on:
15-
push:
16-
branches: ["master", "feat/ci"]
17-
pull_request:
15+
# push:
16+
# branches: ["master", "feat/ci"]
17+
# pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: ["master"]
19+
# branches: ["master"]
2020
schedule:
2121
- cron: "43 14 * * *"
2222
workflow_dispatch:

0 commit comments

Comments
 (0)
Please sign in to comment.