File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: 'Features - PRs'
3
3
on :
4
4
push :
5
5
branches :
6
- - *
7
- - !master # all branches except master
6
+ - ' * ''
7
+ - ' !master' # all branches except master
8
8
pull_request :
9
9
branches :
10
- - *
11
- - !master # all branches except master
10
+ - ' * ''
11
+ - ' !master' # all branches except master
12
12
13
13
env :
14
14
# Workaround for GitVersionTask bug in combination with .NET Core SDK 3.1.200
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: 'Release - Beta'
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - ' master'
7
7
release :
8
8
types : [published]
9
9
branches :
10
- - master
10
+ - ' master'
11
11
12
12
env :
13
13
# Workaround for GitVersionTask bug in combination with .NET Core SDK 3.1.200
Original file line number Diff line number Diff line change 4
4
release :
5
5
types : [published]
6
6
branches :
7
- - master
7
+ - ' master'
8
8
9
9
jobs :
10
10
build-and-deploy :
You can’t perform that action at this time.
0 commit comments