Skip to content

Commit 1b788ff

Browse files
committed
Fix YML syntax (again)
1 parent 9c881f5 commit 1b788ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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

0 commit comments

Comments
 (0)