From b058f5f658a6d6a2a54cb5bbb2b4f2d012e786b1 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Tue, 22 Jun 2021 15:50:01 +0200 Subject: [PATCH] Prevent CI trigger on pull-request --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 404f8c3..297fb47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,6 @@ on: # Triggers the workflow on push or pull request events but only for the master branch push: branches: [ master ] - pull_request: - branches: [ master ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: