Skip to content

Commit 81272b5

Browse files
authored
ci: prevent codeql from running on every push
1 parent ab30091 commit 81272b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: CodeQL Analysis
22

33
on:
4-
push:
5-
branches: [ main ]
4+
# push:
5+
# branches: [ main ]
66
pull_request:
77
branches: [ main ]
88
schedule:

0 commit comments

Comments
 (0)