From 861c8c815eb655a57aa8423a8f8077a41d681b56 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Sun, 28 Jun 2020 13:41:30 +0200 Subject: Run the github action on the initial push --- .github/workflows/update.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d7fd39c..17680b5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,6 +1,12 @@ on: + # For the initial commit: + push: + branches: + - master + + # For the future releases: schedule: - - cron: '0 0 * * 0' #every week + - cron: '0 0 * * 0' # every week jobs: build: -- cgit v1.2.3