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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue