Parcourir la source

🚑: remove github.event==push

chenshuai2144 il y a 5 ans
Parent
commit
be3d4a2402
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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