Browse Source

Try to remove push deploy

Jeremie Pardou-Piquemal 3 years ago
parent
commit
d8a6edbf95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/lint-deploy.yml

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

@@ -2,7 +2,7 @@
 name: Build and Deploy to Netlify
 on:
   pull_request:
-  push:
+  #push:
 jobs:
   build:
     runs-on: ubuntu-20.04