mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-28 18:41:48 +00:00
We don't need to run the same jobs all the time, some of them make more sense in PR context and not when commited to the branch.
15 lines
204 B
YAML
15 lines
204 B
YAML
name: Publish to snap stable channel
|
|
|
|
on:
|
|
release:
|
|
types: [published]
|
|
|
|
jobs:
|
|
snap:
|
|
uses: ./.github/workflows/snap.yml
|
|
with:
|
|
deploy: true
|
|
channel: stable
|
|
secrets: inherit
|
|
|