fix: c78e0499 (ntfy workflow)
This commit is contained in:
parent
c78e049913
commit
8726ffeedd
1 changed files with 31 additions and 20 deletions
11
.github/workflows/ntfy.yaml
vendored
11
.github/workflows/ntfy.yaml
vendored
|
|
@ -1,3 +1,14 @@
|
|||
name: Ntfy Deployment Notifications
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
notify:
|
||||
if: failure() || success()
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Notify on Success
|
||||
if: success()
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue