From 0ec05492ace5cecaa4de70a6c33107ba5b9bdfac Mon Sep 17 00:00:00 2001 From: Johannes Karwounopoulos <72743318+JohannesKarwou@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:34:05 +0200 Subject: [PATCH] run CI only on push actions --- .github/workflows/CI.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index d7c56763..3e63f112 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -7,9 +7,9 @@ on: push: branches: - '**' - pull_request: - branches: - - '**' +# pull_request: +# branches: +# - '**' schedule: # Nightly tests run on master by default: # Scheduled workflows run on the latest commit on the default or base branch.