Przeglądaj źródła

🚑: remove github.event==push

chenshuai2144 5 lat temu
rodzic
commit
be3d4a2402
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/deploy.yml

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

@@ -5,7 +5,7 @@ on: [push]
 jobs:
 jobs:
   build-and-deploy:
   build-and-deploy:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
-    if: github.event == 'push' && github.ref == 'master'
+    if: github.ref == 'master'
     steps:
     steps:
       - name: Checkout
       - name: Checkout
         uses: actions/checkout@master
         uses: actions/checkout@master