Merge pull request #96 from m-chrzan/disable-pr-actions

Disable deployments on PR creation
This commit is contained in:
Luke Smith 2021-03-12 10:35:57 -05:00 committed by GitHub
commit 373a40bfa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -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: