mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2025-01-12 06:38:11 +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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
@ -15,7 +16,7 @@ on:
|
||||
jobs:
|
||||
update:
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
|
||||
|
13
.github/workflows/telegram-informer.yml
vendored
13
.github/workflows/telegram-informer.yml
vendored
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user