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

Merge pull request #1510 from ojeytonwilliams/feat/migrate-to-actions

fix: set branch to master in deploy action
Oliver Eyton-Williams 4 лет назад
Родитель
Сommit
3a39aa7ab8
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      .github/workflows/build.yml

+ 2 - 1
.github/workflows/build.yml

@@ -2,7 +2,8 @@ name: Deploy
 
 on:
   push:
-    branches: [ $default-branch ]
+    branches:
+      - master
 
 jobs:
   test: