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:
samwiseg0
2021-01-19 20:40:15 -05:00
committed by GitHub
parent 78444a9e64
commit f7c0769deb
3 changed files with 55 additions and 3 deletions

View File

@@ -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