Workflow: Notify on successful build
This commit is contained in:
parent
e39ba987c4
commit
0e16dbc314
2 changed files with 2 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -226,3 +226,5 @@ jobs:
|
|||
Commit message: ${{ github.event.commits[0].message }}
|
||||
AlaskarTV Built Successfully
|
||||
See changes: https://git.askar.tv/nomad/alaskartv-app/releases/tag/v${VERSION_NAME}
|
||||
env:
|
||||
VERSION_NAME: ${{ env.VERSION_NAME }}
|
||||
|
|
3
.github/workflows/playground.yml
vendored
3
.github/workflows/playground.yml
vendored
|
@ -1,9 +1,6 @@
|
|||
name: Testing Area
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
AlaskarTV:
|
||||
|
|
Loading…
Reference in a new issue