From e98ad7c9f8ecdb1bf7c88317aca9a38a17a8a866 Mon Sep 17 00:00:00 2001 From: christophe Date: Fri, 22 Dec 2023 11:31:18 +0100 Subject: [PATCH] Avoid duplicated C.I. runs --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a414f23..dced891b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,7 @@ name: ci run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 -on: - push: - pull_request: - branches: - - main - - master +on: [push] jobs: windows-latest: