summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-03-12 10:35:57 -0500
committerGitHub <noreply@github.com>2021-03-12 10:35:57 -0500
commit373a40bfa76b99fce81f30e2b4c98fc24c0aa174 (patch)
tree8c120d94befff04005b5c5e09b532e5d655dcaf9 /.github/workflows
parent0186c40583aceebb0cb5e13ad88967437e671cec (diff)
parent5d462d1252ef4b193f364fb3f906c21851cf1a30 (diff)
Merge pull request #96 from m-chrzan/disable-pr-actions
Disable deployments on PR creation
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/upload.yml6
1 files changed, 1 insertions, 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: