Skip to content

Ignore pushes with tags for snapshot wf #28

Ignore pushes with tags for snapshot wf

Ignore pushes with tags for snapshot wf #28

Workflow file for this run

name: Publish SNAPSHOT
on:
push:
branches:
- 'main'
tags-ignore:
- '*'
workflow_dispatch:
jobs:
snapshot:
uses: eclipse-pass/main/.github/workflows/snapshot.yml@main
secrets: inherit
with:
images: ghcr.io/eclipse-pass/pass-core-main