ci: change condition for nightly release
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
run: mvn clean package -DskipTests
|
run: mvn clean package -DskipTests
|
||||||
|
|
||||||
build-docker-nightly:
|
build-docker-nightly:
|
||||||
if: gitea.ref == 'refs/head/main'
|
if: gitea.ref_name == 'main'
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: debian-latest-amd
|
runs-on: debian-latest-amd
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user