1
0
Fork 0
golang-github-nicholas-fedo.../.github/workflows/release-dev.yaml
Daniel Baumann c0c4addb85
Adding upstream version 0.8.9.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-22 10:16:14 +02:00

32 lines
496 B
YAML

name: Push to main
on:
workflow_dispatch: {}
push:
branches:
- main
tags-ignore:
- "v*"
paths-ignore:
- "docs/*"
permissions:
contents: write
actions: read
packages: write
id-token: write
attestations: write
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml
build-and-publish:
uses: ./.github/workflows/build.yaml
secrets: inherit
needs:
- test
with:
snapshot: true