Fix dev builds?

This commit is contained in:
WillyJL
2023-07-20 04:19:38 +02:00
committed by GitHub
parent 95f2640546
commit 308517299b

View File

@@ -50,7 +50,7 @@ jobs:
run: bash .github/workflow_data/package.sh
- name: Send devbuild webhook
if: "github.event_name == 'push' && endsWith(github.event.push.ref, '/dev')"
if: "github.event_name == 'push' && github.ref_name == 'dev'"
env:
NC_HOST: "https://cloud.cynthialabs.net/"
NC_USER: "${{ secrets.NC_USER }}"