From 3415ad94671afc2633ec120fdf04e586d7651d1f Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange <58280776+MeowcaTheoRange@users.noreply.github.com> Date: Wed, 11 Jan 2023 19:28:27 -0600 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: |