mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05: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:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -63,6 +63,7 @@ jobs:
|
||||
discord:
|
||||
name: Send Discord Notification
|
||||
needs: build_and_push
|
||||
if: always() && github.event_name != 'pull_request'
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Get Build Job Status
|
||||
|
||||
Reference in New Issue
Block a user