Merge pull request #5 from Trivernis/actions

Change build action to also trigger on develop
pull/10/head
Trivernis 3 years ago committed by GitHub
commit a98a512b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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