diff options
author | Aleksey Kladov <[email protected]> | 2019-11-18 16:33:55 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-11-19 08:24:18 +0000 |
commit | c3e61d7e8e48115b9b864ec8cdb4652a37e68cd6 (patch) | |
tree | 73d5b808c9370cf7e8256278064cf61447968fc5 /.github/workflows | |
parent | c24ee0990486b04723534f072d7a58e829bbd1bd (diff) |
Run CI on trying as well
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b70d005fb..5bc41533c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -5,6 +5,7 @@ on: | |||
5 | branches: | 5 | branches: |
6 | - master | 6 | - master |
7 | - staging | 7 | - staging |
8 | - trying | ||
8 | 9 | ||
9 | jobs: | 10 | jobs: |
10 | rust: | 11 | rust: |