Enable github actions on the dev branch too.
This commit is contained in:
parent
53cc1c1766
commit
5bc8e65f36
|
@ -2,9 +2,9 @@ name: nalgebra CI build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ dev, master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ dev, master ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
Loading…
Reference in New Issue