We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c60ce commit e93343aCopy full SHA for e93343a
.github/workflows/ci-build.yml
@@ -3,12 +3,14 @@ name: ci-build
3
on:
4
push:
5
branches:
6
- - "**"
+ - master
7
+ - develop
8
pull_request:
9
10
- master
11
- develop
12
- 'feature/**'
13
+ workflow_dispatch:
14
15
jobs:
16
build:
.github/workflows/codeql-analysis.yml
@@ -1,11 +1,11 @@
1
name: "CodeQL"
2
- push:
- branches:
branches: [develop, master]
+ push:
+ branches: [develop, master]
analyse:
0 commit comments