From 5d462d1252ef4b193f364fb3f906c21851cf1a30 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Fri, 12 Mar 2021 16:28:57 +0100 Subject: [PATCH] Disable deployments on PR creation --- .github/workflows/upload.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 2085dd0..05307d7 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -1,14 +1,10 @@ -# This is a basic workflow to help you get started with Actions - name: CI # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the master branch + # Triggers the workflow on push to master (including merged PRs) push: branches: [ master ] - pull_request: - branches: [ master ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: