Change build action to also trigger on develop

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/5/head
trivernis 3 years ago
parent d4ae239c8a
commit 1bfe95d08a
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -2,9 +2,9 @@ name: Build and Test
on:
push:
branches: [ main ]
branches: [ main, develop ]
pull_request:
branches: [ main ]
branches: [ main, develop ]
env:
CARGO_TERM_COLOR: always

Loading…
Cancel
Save