Skip to content

Commit 0cca37d

Browse files
committed
Try adding it as a PR check
1 parent 7f78770 commit 0cca37d

12 files changed

+12
-12
lines changed

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

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

2222
pull_request:
23-
branches: main
23+
branches: main, 2.5.5-branch
2424
paths-ignore:
2525
- 'docs/**'
2626
- 'examples/**'

.github/workflows/build-emsdk.yml

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

1818
pull_request:
19-
branches: main
19+
branches: main, 2.5.5-branch
2020
paths-ignore:
2121
- 'docs/**'
2222
- 'examples/**'

.github/workflows/build-macos.yml

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

99
pull_request:
10-
branches: main
10+
branches: main, 2.5.5-branch
1111

1212
# the github release drafter can call this workflow
1313
workflow_call:

.github/workflows/build-manylinux.yml

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

99
pull_request:
10-
branches: main
10+
branches: main, 2.5.5-branch
1111

1212
# the github release drafter can call this workflow
1313
workflow_call:

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

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

1919
pull_request:
20-
branches: main
20+
branches: main, 2.5.5-branch
2121
paths-ignore:
2222
- 'docs/**'
2323
- 'examples/**'

.github/workflows/build-sdl3.yml

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

2020
pull_request:
21-
branches: main
21+
branches: main, 2.5.5-branch
2222
paths-ignore:
2323
- 'docs/**'
2424
- 'examples/**'

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

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

2727
pull_request:
28-
branches: main
28+
branches: main, 2.5.5-branch
2929
paths-ignore:
3030
- 'docs/**'
3131
- 'examples/**'

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

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

2828
pull_request:
29-
branches: main
29+
branches: main, 2.5.5-branch
3030
paths-ignore:
3131
- 'docs/**'
3232
- 'examples/**'

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

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

1616
pull_request:
17-
branches: main
17+
branches: main, 2.5.5-branch
1818

1919
# the github release drafter can call this workflow
2020
workflow_call:

.github/workflows/build-windows.yml

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

99
pull_request:
10-
branches: main
10+
branches: main, 2.5.5-branch
1111

1212
# the github release drafter can call this workflow
1313
workflow_call:

0 commit comments

Comments
 (0)