mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Fix dev builds?
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user