Explorar o código

🚑: remove github.event==push

chenshuai2144 %!s(int64=5) %!d(string=hai) anos
pai
achega
be3d4a2402
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/deploy.yml

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

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