Просмотр исходного кода

Test.yml: master branch is called main

Marc Worrell 3 лет назад
Родитель
Сommit
be636494af
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .github/workflows/test.yml

+ 2 - 2
.github/workflows/test.yml

@@ -6,9 +6,9 @@ name: Test
 # events but only for the master branch
 on:
   push:
-    branches: [ master ]
+    branches: [ main ]
   pull_request:
-    branches: [ master ]
+    branches: [ main ]
 
 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
 jobs: