diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c892d9e..22e5c3e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,9 @@ on: push: paths: - '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 workflow_dispatch: @@ -28,6 +31,8 @@ jobs: cd $GITHUB_WORKSPACE ls $GITHUB_WORKSPACE node code/filer.js master Markdown + node code/filer.js readme Markdown + node code/filer.js reuse Markdown - name: Setup git run: |