Build all branches

This commit is contained in:
ChristianVisintin 2020-12-10 10:47:26 +01:00
parent e36ae7e32d
commit d75867ed7b
3 changed files with 3 additions and 15 deletions

View file

@ -1,10 +1,6 @@
name: Linux
on:
push:
branches: [ * ]
pull_request:
branches: [ * ]
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always

View file

@ -1,10 +1,6 @@
name: MacOS
on:
push:
branches: [ * ]
pull_request:
branches: [ * ]
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always

View file

@ -1,10 +1,6 @@
name: Windows
on:
push:
branches: [ * ]
pull_request:
branches: [ * ]
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always