Skip to content

Commit

Permalink
Disable deployments on PR creation
Browse files Browse the repository at this point in the history
  • Loading branch information
m-chrzan committed Mar 12, 2021
1 parent 4cc8b68 commit 5d462d1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 5d462d1

Please sign in to comment.