File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11
11
tags :
12
12
- " v*"
13
13
pull_request :
14
- branches : [ "master" ]
14
+ branches : [ "master", "development" ]
15
15
16
16
# ---------------------------------#
17
17
# environment configuration #
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ name: "CodeQL"
8
8
9
9
on :
10
10
push :
11
- branches : [ "master" ]
11
+ branches : [ "master", "development" ]
12
12
paths-ignore :
13
13
- ' **/*.md'
14
14
- ' **/*.txt'
15
15
- ' .github/**'
16
16
- ' **/.gitignore'
17
17
pull_request :
18
18
# The branches below must be a subset of the branches above
19
- branches : [ "master" ]
19
+ branches : [ "master", "development" ]
20
20
paths-ignore :
21
21
- ' **/*.md'
22
22
- ' **/*.txt'
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
+ - development
7
8
paths-ignore :
8
9
- ' **/*.md'
9
10
- ' **/*.txt'
12
13
pull_request :
13
14
branches :
14
15
- master
16
+ - development
15
17
paths-ignore :
16
18
- ' **/*.md'
17
19
- ' **/*.txt'
You can’t perform that action at this time.
0 commit comments