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,9 +2,7 @@ name: Docker
on:
push:
branches: [ "main" ]
paths:
- 'Cargo.toml'
branches: ["main", "feature/docker"]
pull_request:
branches: ["main"]
@@ -13,7 +11,6 @@ env:
jobs:
build:
runs-on: ubuntu-latest
steps: