Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

build: make trigger_snapshot workflow manually triggerable (#134) #43

build: make trigger_snapshot workflow manually triggerable (#134)

build: make trigger_snapshot workflow manually triggerable (#134) #43

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