Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthurSonzogni <sonzogniarthur@gmail.com>2020-06-28 14:41:30 +0300
committerArthurSonzogni <sonzogniarthur@gmail.com>2020-06-28 14:41:30 +0300
commit861c8c815eb655a57aa8423a8f8077a41d681b56 (patch)
tree72ee60989e164f6035191f112541414db6ca4964
parentd35aa0f1f570515d70d50325f232c11753892060 (diff)
Run the github action on the initial push
-rw-r--r--.github/workflows/update.yml8
1 files changed, 7 insertions, 1 deletions
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: