Update main.yml

This commit is contained in:
MeowcaTheoRange 2023-01-11 19:28:27 -06:00 committed by GitHub
parent 182888fde4
commit 3415ad9467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |