remove pr's from pipeline

This commit is contained in:
sorrelbri 2020-05-25 22:01:33 -07:00
parent 01c6d5cfbc
commit 311013cf79

View file

@ -7,8 +7,6 @@ name: CI
on: on:
push: push:
branches: [ master ] branches: [ master ]
pull_request:
branches: [ master ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs:
@ -28,7 +26,7 @@ jobs:
- name: Test - name: Test
run: npm run test run: npm run test
- name: GH Pages deploy - name: Deploy
# uses: Cecilapp/GitHub-Pages-deploy@2.0.1 # uses: Cecilapp/GitHub-Pages-deploy@2.0.1
run: npm run deploy run: npm run deploy
env: env: