Enable github actions on the dev branch too.

This commit is contained in:
Crozet Sébastien 2021-03-01 10:43:08 +01:00
parent 53cc1c1766
commit 5bc8e65f36
1 changed files with 2 additions and 2 deletions

View File

@ -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