File tree 4 files changed +7
-18
lines changed
4 files changed +7
-18
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- master
7
7
pull_request :
8
- types : [opened, synchronize, reopened]
9
8
10
9
env :
11
10
REGISTRY : ghcr.io
Original file line number Diff line number Diff line change 1
- # For most projects, this workflow file will not need changing; you simply need
2
- # to commit it to your repository.
3
- #
4
- # You may wish to alter this file to override the set of languages analyzed,
5
- # or to provide custom queries or build logic.
6
- #
7
- # ******** NOTE ********
8
- # We have attempted to detect the languages in your repository. Please check
9
- # the `language` matrix defined below to confirm you have the correct set of
10
- # supported CodeQL languages.
11
- #
12
1
name : " CodeQL"
13
2
14
3
on :
15
4
push :
16
- branches : [ master ]
5
+ branches :
6
+ - master
17
7
pull_request :
18
8
# The branches below must be a subset of the branches above
19
- branches : [ master ]
9
+ branches :
10
+ - master
20
11
schedule :
21
12
- cron : ' 45 9 * * 1'
22
13
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Publish Docker image
2
2
on :
3
3
push :
4
4
branches :
5
- - ' master'
5
+ - master
6
6
tags :
7
7
- ' v*.*.*'
8
8
Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ name: Linting
2
2
3
3
on :
4
4
push :
5
- branches : [master, main]
5
+ branches :
6
+ - master
6
7
tags-ignore : ['**']
7
- paths-ignore : ['**.md']
8
8
pull_request :
9
- paths-ignore : ['**.md']
10
9
11
10
jobs : # Docs: <https://git.io/JvxXE>
12
11
gitleaks :
You can’t perform that action at this time.
0 commit comments