Skip to content

Commit 85e6719

Browse files
authored
Update workflows to trigger for main (#15310)
Preparation for #13985 to make the transition from `master` to `main` as seamless as possible. This PR can be merged as is preferably before the branch is renamed to avoid issues.
1 parent a568f3a commit 85e6719

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Trigger wheel build
22

33
on:
44
push:
5-
branches: [master, 'release*']
5+
branches: [main, master, 'release*']
66
tags: ['*']
77

88
jobs:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check documentation build
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [master, 'release*']
6+
branches: [main, master, 'release*']
77
tags: ['*']
88
pull_request:
99
paths:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tests
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [master, 'release*']
6+
branches: [main, master, 'release*']
77
tags: ['*']
88
pull_request:
99
paths-ignore:

.github/workflows/test_stubgenc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test stubgenc on pybind11-mypy-demo
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [master, 'release*']
6+
branches: [main, master, 'release*']
77
tags: ['*']
88
pull_request:
99
paths:

0 commit comments

Comments
 (0)