Fix branch naming in gh actions added by #6

This commit is contained in:
elkowar 2020-10-18 23:01:14 +02:00
parent 00580318e3
commit 4c1053ad19
3 changed files with 6 additions and 6 deletions

View file

@ -2,9 +2,9 @@ name: build
on: on:
push: push:
branches: [main] branches: [master]
pull_request: pull_request:
branches: [main] branches: [master]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always

View file

@ -2,9 +2,9 @@ name: format
on: on:
push: push:
branches: [main] branches: [master]
pull_request: pull_request:
branches: [main] branches: [master]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always

View file

@ -2,9 +2,9 @@ name: test
on: on:
push: push:
branches: [main] branches: [master, fix_ci]
pull_request: pull_request:
branches: [main] branches: [master]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always