fix branch name in workflow
This commit is contained in:
parent
08fa7e5ee3
commit
691012b692
1 changed files with 2 additions and 2 deletions
|
|
@ -3,13 +3,13 @@ name: Create Buildcontainer
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
- "mistress"
|
||||
paths:
|
||||
- .forgejo/workflows/buildcontainer.yml
|
||||
- Dockerfile
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
- "mistress"
|
||||
paths:
|
||||
- .forgejo/workflows/buildcontainer.yml
|
||||
- Dockerfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue