mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
ci(github): dont build all branches on push
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -3,6 +3,10 @@ name: Rust CI
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- staging
|
||||
- trying
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user