diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-24 05:31:24 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-24 05:31:24 +0000 |
| commit | 140d5803b7a8d63de479ec53ebace32acb263d8b (patch) | |
| tree | df99290087cf90e0a59f319420f0df8d13a805eb /.github | |
| parent | f74f06526a3f56dd4eb24ae88744005e5697ea60 (diff) | |
| download | submelon.dev-140d5803b7a8d63de479ec53ebace32acb263d8b.tar.gz submelon.dev-140d5803b7a8d63de479ec53ebace32acb263d8b.tar.bz2 submelon.dev-140d5803b7a8d63de479ec53ebace32acb263d8b.zip | |
Add if for post-build in build workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7845d6f..fbeeb6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,6 +45,7 @@ jobs: - name: Run Eleventy Build run: npm run build - name: Run post-build + if: steps.filter.outputs.source == 'true' run: npm run post-build - name: Commit public changes uses: actions-js/push@master |
