From 46f5a660c71a22a387641172ed10e5f40f35580e Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Tue, 24 Nov 2020 18:38:05 +0100 Subject: [PATCH] Only bump date after commit --- .github/workflows/bump-date.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bump-date.yml b/.github/workflows/bump-date.yml index 454fa730..1851dcd9 100755 --- a/.github/workflows/bump-date.yml +++ b/.github/workflows/bump-date.yml @@ -1,13 +1,21 @@ # # bump-date.yml -# Bump the distribution date once per day +# Bump the distribution date # name: Bump Distribution Date on: - schedule: - - cron: '0 0 * * *' + push: + branches: + - master + paths-ignore: + - config/** + - data/** + - docs/** + - '**/*.md' + #schedule: + # - cron: '0 0 * * *' jobs: bump_date: