Skip to content

Commit 0bb1c5e

Browse files
committed
chore: rename default branch to main
1 parent a452aee commit 0bb1c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
pre-commit:

.github/workflows/update-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
update-test-image:
2020
runs-on: ubuntu-latest
21-
if: github.repository_owner == 'scop' && github.ref == 'refs/heads/master'
21+
if: github.repository_owner == 'scop' && github.ref == 'refs/heads/main'
2222
strategy:
2323
matrix:
2424
include:

0 commit comments

Comments
 (0)