Skip to content

Commit 66c72a3

Browse files
committed
xzasd
1 parent 6aceddf commit 66c72a3

11 files changed

+33
-11
lines changed

.github/workflows/build-debian-multiarch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ on:
2020
- '!.github/workflows/build-debian-multiarch.yml'
2121

2222
pull_request:
23-
branches: main, 2.5.5-branch
23+
branches:
24+
- main
25+
- 2.5.5-branch
2426
paths-ignore:
2527
- 'docs/**'
2628
- 'examples/**'

.github/workflows/build-emsdk.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ on:
1616
- '!.github/workflows/build-emsdk.yml'
1717

1818
pull_request:
19-
branches: main, 2.5.5-branch
19+
branches:
20+
- main
21+
- 2.5.5-branch
2022
paths-ignore:
2123
- 'docs/**'
2224
- 'examples/**'

.github/workflows/build-macos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
branches: main
88

99
pull_request:
10-
branches: main, 2.5.5-branch
10+
branches:
11+
- main
12+
- 2.5.5-branch
1113

1214
# the github release drafter can call this workflow
1315
workflow_call:

.github/workflows/build-on-msys2.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ on:
1717
- '!.github/workflows/build-on-msys2.yml'
1818

1919
pull_request:
20-
branches: main, 2.5.5-branch
20+
branches:
21+
- main
22+
- 2.5.5-branch
2123
paths-ignore:
2224
- 'docs/**'
2325
- 'examples/**'

.github/workflows/build-sdl3.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ on:
1818
- '!.github/workflows/build-sdl3.yml'
1919

2020
pull_request:
21-
branches: main, 2.5.5-branch
21+
branches:
22+
- main
23+
- 2.5.5-branch
2224
paths-ignore:
2325
- 'docs/**'
2426
- 'examples/**'

.github/workflows/build-ubuntu-coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ on:
2525
- '!.github/workflows/build-ubuntu-coverage.yml'
2626

2727
pull_request:
28-
branches: main, 2.5.5-branch
28+
branches:
29+
- main
30+
- 2.5.5-branch
2931
paths-ignore:
3032
- 'docs/**'
3133
- 'examples/**'

.github/workflows/build-ubuntu-debug-python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ on:
2626
- '!.github/workflows/build-ubuntu-debug-python.yml'
2727

2828
pull_request:
29-
branches: main, 2.5.5-branch
29+
branches:
30+
- main
31+
- 2.5.5-branch
3032
paths-ignore:
3133
- 'docs/**'
3234
- 'examples/**'

.github/workflows/build-ubuntu-sdist.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ on:
1414
branches: main
1515

1616
pull_request:
17-
branches: main, 2.5.5-branch
17+
branches:
18+
- main
19+
- 2.5.5-branch
1820

1921
# the github release drafter can call this workflow
2022
workflow_call:

.github/workflows/build-windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
branches: main
88

99
pull_request:
10-
branches: main, 2.5.5-branch
10+
branches:
11+
- main
12+
- 2.5.5-branch
1113

1214
# the github release drafter can call this workflow
1315
workflow_call:

.github/workflows/cppcheck.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
- 'src_c/**'
99

1010
pull_request:
11-
branches: main, 2.5.5-branch
11+
branches:
12+
- main
13+
- 2.5.5-branch
1214
paths:
1315
- 'src_c/**'
1416

0 commit comments

Comments
 (0)