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

View File

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

View File

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