diff options
author | Marvin Borner | 2019-11-01 00:58:28 +0100 |
---|---|---|
committer | Marvin Borner | 2019-11-01 00:58:28 +0100 |
commit | 3417c384d976d5d97ee3d0b2271051f5e1e9cb31 (patch) | |
tree | 7a071a8b668031e360a22b93a2111b6be4443f22 /.github | |
parent | 1c4ca81b6e9fc271dfab78e0888248e58ec42ca8 (diff) |
Testing GitHub workflows..
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ccpp.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index faf06c9..2f29898 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -3,6 +3,9 @@ name: Project build and nightly release on: schedule: - cron: "0 2 * * 0" + push: + branches: + - master jobs: build: @@ -17,7 +20,6 @@ jobs: run: make cross build - name: Release uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') with: files: build/melvix.iso name: Melvix Nightly Release |