Browse Source

chore(): fix GitHub workflow branch names

Peter Thomassen 4 years ago
parent
commit
46b7391911
1 changed files with 2 additions and 2 deletions
  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