mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2025-01-26 13:38:17 +03:00
added custor runs to wf
This commit is contained in:
parent
c5ed4712a4
commit
5478bd3cbe
3
.github/workflows/json-master.yml
vendored
3
.github/workflows/json-master.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: json-updater
|
name: json-updater
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
@ -15,7 +16,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
13
.github/workflows/telegram-informer.yml
vendored
13
.github/workflows/telegram-informer.yml
vendored
@ -1,11 +1,20 @@
|
|||||||
name: telegram-informer
|
name: telegram-informer
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
inform:
|
inform:
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user