added branch to the branches that trigger the docker action

This commit is contained in:
2025-10-24 23:29:52 +02:00
parent 98e11b9da1
commit 4d545ff7c5

View File

@@ -2,18 +2,15 @@ name: Docker
on:
push:
branches: [ "main" ]
paths:
- 'Cargo.toml'
branches: ["main", "feature/docker"]
pull_request:
branches: [ "main" ]
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps: