Build all branches

This commit is contained in:
ChristianVisintin 2020-12-10 10:40:36 +01:00
parent 7e6044a41b
commit 4aa262a273
3 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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