diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87e3ea4..b8d51ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,9 @@ name: Weekly project build and release on: schedule: - cron: "0 2 * * 0" + push: + branches: + - master jobs: build: |