Skip to content

Commit c96f9a6

Browse files
committed
OMG im sleepy
1 parent 1b788ff commit c96f9a6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/features-prs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: 'Features - PRs'
33
on:
44
push:
55
branches:
6-
- *
7-
- !master # all branches except master
6+
- '*''
7+
- '!master' # all branches except master
88
pull_request:
99
branches:
10-
- *
11-
- !master # all branches except master
10+
- '*''
11+
- '!master' # all branches except master
1212

1313
env:
1414
# Workaround for GitVersionTask bug in combination with .NET Core SDK 3.1.200

.github/workflows/release-beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: 'Release - Beta'
33
on:
44
push:
55
branches:
6-
- master
6+
- 'master'
77
release:
88
types: [published]
99
branches:
10-
- master
10+
- 'master'
1111

1212
env:
1313
# Workaround for GitVersionTask bug in combination with .NET Core SDK 3.1.200

.github/workflows/wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
release:
55
types: [published]
66
branches:
7-
- master
7+
- 'master'
88

99
jobs:
1010
build-and-deploy:

0 commit comments

Comments
 (0)