Skip to content

Commit

Permalink
Add automation to trigger a Neon OS build on push to dev (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Feb 28, 2024
1 parent d8a337a commit e330099
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ jobs:
with:
version_file: "neon_nodes/version.py"
publish_prerelease: true
trigger_build:
uses: peter-evans/repository-dispatch@v3
with:
repository: neongeckocom/neon-os
event-type: release
client-payload: '{"ref": "dev", "repo": "neon-debos"}'

0 comments on commit e330099

Please sign in to comment.