]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
GH Actions: switch to main
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 21 Jan 2021 13:52:18 +0000 (13:52 +0000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 21 Jan 2021 15:28:02 +0000 (16:28 +0100)
It's just a follow-up to https://github.com/systemd/systemd/issues/16834

.github/workflows/cifuzz.yml
.github/workflows/mkosi.yml
.github/workflows/unit_tests.yml

index ed6db50d96d1c31e3e3e7196be78de5f30703dfa..14d81a67ffb8182ecf0d459828fefb60c2edd8e4 100644 (file)
@@ -14,7 +14,7 @@ on:
       - 'tools/oss-fuzz.sh'
   push:
     branches:
-      - master
+      - main
 jobs:
  Fuzzing:
    runs-on: ubuntu-latest
index 240fa9f90cb43b92f75a0c0262109082583cfd07..c0dd8c6e55eed652fc5614fe27c0a03c3f51e1ea 100644 (file)
@@ -5,10 +5,10 @@ name: mkosi
 on:
   push:
     branches:
-      - master
+      - main
   pull_request:
     branches:
-      - master
+      - main
 
 jobs:
   ci:
index ac6451c84f9c2d3696b7035190ef31b9ee8bbadc..9dd1c1b3cf37bf5454a2f12028d2f969795025f9 100644 (file)
@@ -5,7 +5,7 @@ name: Unit tests
 on:
   pull_request:
     branches:
-      - master
+      - main
 
 jobs:
   build: