Only bump date after commit

This commit is contained in:
Knutwurst
2020-11-24 18:38:05 +01:00
parent 0581a57b79
commit 46f5a660c7

View File

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