Skip to content

Commit febbf46

Browse files
committed
Fix main → master
I keep forgetting this repo uses `master`, not `main`.
1 parent 1678e3c commit febbf46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-build-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ on:
1414
pull_request:
1515
types: [opened, synchronize]
1616
branches:
17-
- main
17+
- master
1818

1919
merge_group:
2020
types:
2121
- checks_requested
2222

2323
push:
2424
branches:
25-
- main
25+
- master
2626

2727
# Allow manual invocation, with options that can be useful for debugging.
2828
workflow_dispatch:

.github/workflows/ci-file-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ on:
1919
pull_request:
2020
types: [opened, synchronize]
2121
branches:
22-
- main
22+
- master
2323

2424
merge_group:
2525
types:
2626
- checks_requested
2727

2828
push:
2929
branches:
30-
- main
30+
- master
3131

3232
# Allow manual invocation, with options that can be useful for debugging.
3333
workflow_dispatch:

0 commit comments

Comments
 (0)