diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-17 14:31:09 +0200 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-17 14:31:09 +0200 |
commit | a02757e202926847ab04b7f7ec2861d3c19608e7 (patch) | |
tree | 1d6ff63d36bb2d068876a509073bdb518a5cae40 | |
parent | 82118c24d006c1d6af80ec90fbbfe98f159b0de8 (diff) | |
download | rust_rrule-a02757e202926847ab04b7f7ec2861d3c19608e7.zip |
github workflow
-rw-r--r-- | .github/workflows/rust.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2506b38..5c14c17 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,16 +2,15 @@ name: Build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] env: CARGO_TERM_COLOR: always jobs: build: - runs-on: ubuntu-latest steps: - uses: actions/checkout@master |