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