diff options
author | 2022-02-10 09:26:46 +0100 | |
---|---|---|
committer | 2022-02-10 09:26:46 +0100 | |
commit | 578cc903c95aec324733df447cb7f54f41fa1581 (patch) | |
tree | 2c2e2f89e17d560d85e1f039523ab7447f9f8706 | |
parent | e9675c9a615ac34ce71669a6a5bd8245672b8407 (diff) | |
download | rtic-578cc903c95aec324733df447cb7f54f41fa1581.tar.gz rtic-578cc903c95aec324733df447cb7f54f41fa1581.tar.zst rtic-578cc903c95aec324733df447cb7f54f41fa1581.zip |
Add bors/* to branches
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0fac75d..d69740ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,8 @@ on: - master - staging - trying + - bors/staging + - bors/trying env: CARGO_TERM_COLOR: always |