diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-10-12 01:48:06 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-10-12 01:52:26 +0200 |
| commit | db289d6d5e434495ec8ccc04c9c885c7375ea3eb (patch) | |
| tree | aed12f290da9aeb642ce2ad648db7787828f3e94 /.github/workflows | |
| parent | 3cf130ecfeb7c54cbf0c0509f142c778091e45da (diff) | |
Add bors
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b728c0db8..e33a40ef3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -2,15 +2,21 @@ name: Rust | |||
| 2 | 2 | ||
| 3 | on: | 3 | on: |
| 4 | push: | 4 | push: |
| 5 | branches: [master] | 5 | branches: [ staging, trying, master ] |
| 6 | pull_request: | 6 | pull_request: |
| 7 | branches: [master] | 7 | branches: [ master ] |
| 8 | 8 | ||
| 9 | env: | 9 | env: |
| 10 | CARGO_TERM_COLOR: always | 10 | CARGO_TERM_COLOR: always |
| 11 | 11 | ||
| 12 | jobs: | 12 | jobs: |
| 13 | ci: | 13 | all: |
| 14 | runs-on: ubuntu-20.04 | ||
| 15 | needs: [build, fmt, test, metapac_gen] | ||
| 16 | steps: | ||
| 17 | - name: Done | ||
| 18 | run: exit 0 | ||
| 19 | build: | ||
| 14 | runs-on: ubuntu-latest | 20 | runs-on: ubuntu-latest |
| 15 | strategy: | 21 | strategy: |
| 16 | matrix: | 22 | matrix: |
