Browse Source

chore(): fix GitHub workflow branch names

Peter Thomassen 4 năm trước cách đây
mục cha
commit
46b7391911
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/workflows/main.yml

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

@@ -4,9 +4,9 @@ name: CI
 # events but only for the master branch
 on:
   push:
-    branches: [ master ]
+    branches: [ main ]
   pull_request:
-    branches: [ master ]
+    branches: [ main ]
 
 env:
   DESECSTACK_DOMAIN: your.hostname.example.com