Update main.yml
This commit is contained in:
parent
182888fde4
commit
3415ad9467
1 changed files with 5 additions and 0 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -7,6 +7,9 @@ on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'format/source/master.dau'
|
- 'format/source/master.dau'
|
||||||
|
- 'format/source/reuse.dau'
|
||||||
|
- 'format/source/readme.dau'
|
||||||
|
- '.github/workflows/main.yml'
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
@ -28,6 +31,8 @@ jobs:
|
||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
ls $GITHUB_WORKSPACE
|
ls $GITHUB_WORKSPACE
|
||||||
node code/filer.js master Markdown
|
node code/filer.js master Markdown
|
||||||
|
node code/filer.js readme Markdown
|
||||||
|
node code/filer.js reuse Markdown
|
||||||
|
|
||||||
- name: Setup git
|
- name: Setup git
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue