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:
Diffstat (limited to '.github')
-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: