forked from jmug/stoatchat
Change branch to master
This commit is contained in:
6
.github/workflows/rust.yaml
vendored
6
.github/workflows/rust.yaml
vendored
@@ -2,9 +2,9 @@ name: Rust build and test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ unit-tests ]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ unit-tests ]
|
||||
branches: [ master ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
@@ -30,4 +30,4 @@ jobs:
|
||||
- name: Run cargo test
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
command: test
|
||||
|
||||
Reference in New Issue
Block a user