Skip to content

Commit f84978a

Browse files
committed
fix yml syntax
1 parent 0c92eaf commit f84978a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- main
7-
- *.LTS
7+
- '*.LTS'
88
pull_request:
99
branches:
1010
- main
11-
- *.LTS
11+
- '*.LTS'
1212

1313
jobs:
1414
build:

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
push:
55
branches:
66
- main
7-
- *.LTS
7+
- '*.LTS'
88
tags:
99
- 'v*'
1010
pull_request:
1111
branches:
1212
- main
13-
- *.LTS
13+
- '*.LTS'
1414

1515
jobs:
1616
docs:

.github/workflows/ironpython.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- main
7-
- *.LTS
7+
- '*.LTS'
88
pull_request:
99
branches:
1010
- main
11-
- *.LTS
11+
- '*.LTS'
1212

1313
jobs:
1414
build:

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
- master
8-
- *.LTS
8+
- '*.LTS'
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)