X Tutup
Skip to content

Commit 9b25429

Browse files
evverxmrc0mmand
authored andcommitted
GH Actions: switch to main
It's just a follow-up to systemd#16834
1 parent fee6441 commit 9b25429

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- 'tools/oss-fuzz.sh'
1515
push:
1616
branches:
17-
- master
17+
- main
1818
jobs:
1919
Fuzzing:
2020
runs-on: ubuntu-latest

.github/workflows/mkosi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ name: mkosi
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
jobs:
1414
ci:

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Unit tests
55
on:
66
pull_request:
77
branches:
8-
- master
8+
- main
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)
X Tutup