Browse Source

rename master to main

companion was no longer being deployed #3286
Mikael Finstad 3 years ago
parent
commit
222b873cbd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/companion-deploy.yml

+ 1 - 1
.github/workflows/companion-deploy.yml

@@ -2,7 +2,7 @@ name: Companion Deploy
 
 on:
   push:
-    branches: [master]
+    branches: [main]
 
 jobs:
   docker: