Skip to content

Commit 84be77b

Browse files
committed
init
1 parent 09876ea commit 84be77b

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@
1212
name: "CodeQL"
1313

1414
on:
15+
push:
16+
branches:
17+
- main
18+
- develop
1519
pull_request:
16-
# The branches below must be a subset of the branches above
17-
branches: [main]
18-
schedule:
19-
- cron: "27 8 * * 6"
20+
branches:
21+
- main
22+
- develop
2023

2124
jobs:
2225
analyze:

.github/workflows/lizard.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Lizard Runner
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- develop
8+
pull_request:
9+
branches:
10+
- main
11+
- develop
412

513
jobs:
614
lizard:

.github/workflows/pyt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- develop
67
pull_request:
78
branches:
89
- main

0 commit comments

Comments
 (0)