diff options
author | Marvin Borner | 2019-11-01 12:29:02 +0100 |
---|---|---|
committer | Marvin Borner | 2019-11-01 12:29:23 +0100 |
commit | ef8652520516e9c8dfdf8c1030319ea9634975d5 (patch) | |
tree | c3aeb087dbfa2b195f25472b3167f19d2f26a3b4 /.github/workflows | |
parent | 1d0f5f4e246fa04a809b0d51cfb7bdb61381732f (diff) |
Testing release feature
Diffstat (limited to '.github/workflows')
-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: |