fix: branch builds

This commit is contained in:
DavidOnTop 2023-12-07 21:52:36 +00:00
parent d5edbef51e
commit 13c67d6a67
No known key found for this signature in database
GPG key ID: FAB914DDC2F180EB
2 changed files with 7 additions and 3 deletions

View file

@ -2,9 +2,13 @@ name: CI
on:
push:
branches: [main]
branches:
- 'main'
- 'feat/*'
pull_request:
branches: [main]
branches:
- 'main'
- 'feat/*'
env:
CARGO_TERM_COLOR: always