diff options
-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 |