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: on:
push: push:
branches: [ "main" ] branches: ["main", "feature/docker"]
paths:
- 'Cargo.toml'
pull_request: pull_request:
branches: [ "main" ] branches: ["main"]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: