include "dev" branch in actions executions

This commit is contained in:
bitfl0wer 2023-11-12 17:32:57 +01:00
parent fac543bf5a
commit 2edab4cc99
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on:
push: push:
branches: [ "main", "dev" ] branches: [ "main", "dev" ]
pull_request: pull_request:
branches: [ "main" ] branches: [ "main", "dev" ]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always

View File

@ -14,7 +14,7 @@ on:
branches: [ "main", "preserve/*", "dev" ] branches: [ "main", "preserve/*", "dev" ]
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ "main" ] branches: [ "main", "dev" ]
jobs: jobs:
rust-clippy-analyze: rust-clippy-analyze: