Skip to content

Commit 0f2c621

Browse files
authored
chore: change workflow execution for CodeQL
1 parent 8a98cd6 commit 0f2c621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code-analysis.yml

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

33
on:
4-
workflow_dispatch:
5-
schedule:
6-
- cron: '0 0 * * *'
4+
push:
5+
pull_request:
6+
branches: [ master-1.12 ]
77

88
jobs:
99
analyze:

0 commit comments

Comments
 (0)