gha: change trigger
This commit is contained in:
parent
ebaa91f383
commit
0fe9de2e37
1 changed files with 4 additions and 10 deletions
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
|
@ -1,10 +1,6 @@
|
||||||
name: 'Test'
|
name: 'Test'
|
||||||
|
|
||||||
on:
|
on: push
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
# - 'migrate-javascript-action'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
@ -33,8 +29,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
hugo-version: ['0.58.2']
|
hugo-version: ['0.58.2']
|
||||||
# hugo-version: [null, 'latest', '0.58.2']
|
# hugo-version: [null, 'latest', '0.58.2']
|
||||||
extended: [null, true]
|
# extended: [null, false]
|
||||||
# extended: [null, false, true]
|
extended: [null, true, false]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
@ -46,6 +42,4 @@ jobs:
|
||||||
extended: ${{ matrix.extended }}
|
extended: ${{ matrix.extended }}
|
||||||
|
|
||||||
- name: Dump
|
- name: Dump
|
||||||
run: |
|
run: hugo version
|
||||||
ls -la ${HOME}
|
|
||||||
hugo version
|
|
||||||
|
|
Loading…
Reference in a new issue