Skip to content

Commit e93343a

Browse files
committed
ci: update triggers for ci and codeql builds
1 parent 67c60ce commit e93343a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ name: ci-build
33
on:
44
push:
55
branches:
6-
- "**"
6+
- master
7+
- develop
78
pull_request:
89
branches:
910
- master
1011
- develop
1112
- 'feature/**'
13+
workflow_dispatch:
1214

1315
jobs:
1416
build:

.github/workflows/codeql-analysis.yml

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

33
on:
4-
push:
5-
branches:
6-
- "**"
74
pull_request:
85
branches: [develop, master]
6+
push:
7+
branches: [develop, master]
8+
workflow_dispatch:
99

1010
jobs:
1111
analyse:

0 commit comments

Comments
 (0)