added custor runs to wf

This commit is contained in:
STAM 2024-12-02 21:22:39 +03:00
parent c5ed4712a4
commit 5478bd3cbe
No known key found for this signature in database
GPG Key ID: 711526C6938897F1
2 changed files with 13 additions and 3 deletions

View File

@ -1,6 +1,7 @@
name: json-updater
on:
workflow_dispatch:
pull_request:
branches:
- '*'
@ -15,7 +16,7 @@ on:
jobs:
update:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:

View File

@ -1,11 +1,20 @@
name: telegram-informer
on: push
on:
workflow_dispatch:
pull_request:
branches:
- '*'
tags:
- '*'
push:
branches:
- 'master'
jobs:
inform:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps: