fix branch name in workflow

This commit is contained in:
Mara Wörle 2025-07-08 18:48:31 +02:00
parent 08fa7e5ee3
commit 691012b692

View file

@ -3,13 +3,13 @@ name: Create Buildcontainer
on: on:
push: push:
branches: branches:
- "main" - "mistress"
paths: paths:
- .forgejo/workflows/buildcontainer.yml - .forgejo/workflows/buildcontainer.yml
- Dockerfile - Dockerfile
pull_request: pull_request:
branches: branches:
- "main" - "mistress"
paths: paths:
- .forgejo/workflows/buildcontainer.yml - .forgejo/workflows/buildcontainer.yml
- Dockerfile - Dockerfile