Skip to content

Commit

Permalink
Add automation to trigger a Neon OS build on push to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Feb 28, 2024
1 parent d8a337a commit f8bfc94
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 f8bfc94

Please sign in to comment.