Browse Source

Avoid duplicated C.I. runs

christophe 2 years ago
parent
commit
e98ad7c9f8
1 changed files with 1 additions and 6 deletions
  1. 1 6
      .github/workflows/ci.yml

+ 1 - 6
.github/workflows/ci.yml

@@ -1,12 +1,7 @@
 name: ci
 name: ci
 run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
 run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
 
 
-on:
-    push:
-    pull_request:
-        branches:
-            - main
-            - master
+on: [push]
 
 
 jobs:
 jobs:
   windows-latest:
   windows-latest: