diff options
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c94bcf2..175f3d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,10 @@ -on: [push, pull_request] +name: Rust -name: Continuous integration +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] jobs: check: |