Update update-supported.yml
This commit is contained in:
parent
ad54936696
commit
26a01cc0e9
|
|
@ -1,14 +1,14 @@
|
|||
name: "update supported"
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0/180 * * * *'
|
||||
push:
|
||||
branches: [ "master-patched" ]
|
||||
paths:
|
||||
- .github/workflows/update-supported.yml
|
||||
pull_request:
|
||||
branches: [ "master-patched" ]
|
||||
#schedule:
|
||||
#- cron: '0/180 * * * *'
|
||||
#push:
|
||||
#branches: [ "master-patched" ]
|
||||
#paths:
|
||||
#- .github/workflows/update-supported.yml
|
||||
#pull_request:
|
||||
#branches: [ "master-patched" ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue