Skip to content

Add automation to trigger a Neon OS build on push to dev (#6) #6

Add automation to trigger a Neon OS build on push to dev (#6)

Add automation to trigger a Neon OS build on push to dev (#6) #6

# This workflow will generate a distribution and upload it to PyPI
name: Publish Alpha Build
on:
push:
branches:
- dev
paths-ignore:
- 'neon_nodes/version.py'
jobs:
publish_alpha_release:
uses: neongeckocom/.github/.github/workflows/publish_alpha_release.yml@master
secrets: inherit
with:
version_file: "neon_nodes/version.py"
publish_prerelease: true
trigger_build:
uses: peter-evans/repository-dispatch@v3

Check failure on line 19 in .github/workflows/publish_test_build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish_test_build.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
repository: neongeckocom/neon-os
event-type: release
client-payload: '{"ref": "dev", "repo": "neon-debos"}'