remove pr's from pipeline
This commit is contained in:
parent
01c6d5cfbc
commit
311013cf79
1 changed files with 1 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -7,8 +7,6 @@ name: CI
|
|||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
|
@ -28,7 +26,7 @@ jobs:
|
|||
- name: Test
|
||||
run: npm run test
|
||||
|
||||
- name: GH Pages deploy
|
||||
- name: Deploy
|
||||
# uses: Cecilapp/GitHub-Pages-deploy@2.0.1
|
||||
run: npm run deploy
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue