fwupd/.github/workflows/snap-stable.yml
Mario Limonciello 4abbf13bef CI: split up different jobs into reusable workflows
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.
2022-10-12 08:03:09 -05:00

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