mirror of
https://github.com/sct/overseerr.git
synced 2025-12-26 00:16:16 +01:00
build(release): Add snap package to the release workflow [skip ci] (#692)
* build(discord): Always send discord notification * build(snap): Remove trigger for tags * build(release): Add snap build to release workflow * Remove pull request if from discord snap
This commit is contained in:
4
.github/workflows/snap.yaml
vendored
4
.github/workflows/snap.yaml
vendored
@@ -3,8 +3,6 @@ name: Publish Snap
|
||||
on:
|
||||
push:
|
||||
branches: [develop]
|
||||
tags: [v*]
|
||||
pull_request: ~
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@@ -74,10 +72,10 @@ jobs:
|
||||
store_login: ${{ secrets.SNAP_LOGIN }}
|
||||
snap: ${{ steps.build.outputs.snap }}
|
||||
release: ${{ steps.prepare.outputs.RELEASE }}
|
||||
|
||||
discord:
|
||||
name: Send Discord Notification
|
||||
needs: build-snap
|
||||
if: always()
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Get Build Job Status
|
||||
|
||||
Reference in New Issue
Block a user