From 7d1dd5e07e28aacc461eec8cd3c9278f51e8d31f Mon Sep 17 00:00:00 2001 From: rasmus-kirk Date: Wed, 4 Dec 2024 18:19:39 +0100 Subject: [PATCH] Fixed CI --- .github/workflows/deployment.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 04390b4..0728724 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -4,10 +4,6 @@ on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: [main, release**] - pull_request: - branches: [main, release**] - # Don't run on draft PR's, see: https://github.com/orgs/community/discussions/25722#discussioncomment-3248917 - types: [opened, synchronize, reopened, ready_for_review] # Allows us to run the workflow manually from the Actions tab workflow_dispatch: