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:
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]
env:
CARGO_TERM_COLOR: always

View File

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

View File

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