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:
|
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:
|
||||||
|
|
Loading…
Reference in a new issue