Skip to content

ci: launch test workflow also on release and bugfix branches (#243) #173

ci: launch test workflow also on release and bugfix branches (#243)

ci: launch test workflow also on release and bugfix branches (#243) #173

name: "Publish Snapshot Build"
on:
push:
branches:
- main
workflow_dispatch:
jobs:
Publish-Snapshot:
# This workflow will abort if the required secrets don't exist
uses: eclipse-edc/.github/.github/workflows/publish-snapshot.yml@main
secrets: inherit