Change branch to master

This commit is contained in:
Yannick Funk
2021-09-07 14:48:46 +02:00
parent d8d0d93a21
commit 602a65f809

View File

@@ -2,9 +2,9 @@ name: Rust build and test
on: on:
push: push:
branches: [ unit-tests ] branches: [ master ]
pull_request: pull_request:
branches: [ unit-tests ] branches: [ master ]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
@@ -30,4 +30,4 @@ jobs:
- name: Run cargo test - name: Run cargo test
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: test command: test