diff options
author | Blaž Hrastnik | 2021-05-10 07:15:28 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-05-10 07:15:28 +0000 |
commit | 37d32e2933448bd100e09b30401d87c60c7eba88 (patch) | |
tree | bb59ab53f9b885c5b1542dd9e54010d939887fe8 /.github/workflows/rust.yml | |
parent | 83f97a7c895473f4af6e1079f7fad4bf7d1f212e (diff) |
Modify build triggers.
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r-- | .github/workflows/rust.yml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2a1e8d12..98f85ba5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,12 +1,11 @@ -# Based on https://github.com/actions-rs/meta/blob/master/recipes/quickstart.md -# -# While our "example" application has the platform-specific code, -# for simplicity we are compiling and testing everything on the Ubuntu environment only. -# For multi-OS testing see the `cross.yml` workflow. - -on: [push, pull_request] - name: Build +on: + push: + branches: + - master + pull_request: + branches: + - master jobs: check: |