Skip to content

Commit

Permalink
Merge pull request #10 from peterhuene/nightly-build
Browse files Browse the repository at this point in the history
Trigger CI every night.
  • Loading branch information
peterhuene authored Apr 7, 2020
2 parents fe00f7a + f2fec54 commit 0c9c771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
tags-ignore: [dev]
pull_request:
branches: [master]
schedule:
- cron: '0 0 * * *' # run at 00:00 UTC

jobs:
build:
Expand Down Expand Up @@ -47,4 +49,3 @@ jobs:
run: |
cd src
dotnet pack -c ${{ matrix.config }}
if: matrix.os == 'macos-latest' # Currently the pack target only supports macOS because of how it decompresses the Wasmtime releases

0 comments on commit 0c9c771

Please sign in to comment.