Fix dev CI
All checks were successful
Publish Server Image / build-and-push-image (push) Successful in 2m11s
All checks were successful
Publish Server Image / build-and-push-image (push) Successful in 2m11s
This commit is contained in:
1
.github/workflows/docker-publish-agent.yml
vendored
1
.github/workflows/docker-publish-agent.yml
vendored
@@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
|
- '!DEV'
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*'
|
- 'v*.*.*'
|
||||||
|
|
||||||
|
|||||||
1
.github/workflows/docker-publish-player.yml
vendored
1
.github/workflows/docker-publish-player.yml
vendored
@@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
|
- '!DEV'
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*'
|
- 'v*.*.*'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user