We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09876ea commit 84be77bCopy full SHA for 84be77b
.github/workflows/codeql-analysis.yml
@@ -12,11 +12,14 @@
12
name: "CodeQL"
13
14
on:
15
+ push:
16
+ branches:
17
+ - main
18
+ - develop
19
pull_request:
- # The branches below must be a subset of the branches above
- branches: [main]
- schedule:
- - cron: "27 8 * * 6"
20
21
22
23
24
jobs:
25
analyze:
.github/workflows/lizard.yml
@@ -1,6 +1,14 @@
1
name: Lizard Runner
2
3
-on: [push]
+on:
4
5
6
7
8
+ pull_request:
9
10
11
lizard:
.github/workflows/pyt.yml
@@ -3,6 +3,7 @@ on:
push:
branches:
- main
0 commit comments