Update update-changed-os.yml
This commit is contained in:
parent
fa9bd61c1d
commit
9867367dff
|
|
@ -4,13 +4,18 @@ on:
|
|||
#schedule:
|
||||
#- cron: '0/180 * * * *'
|
||||
push:
|
||||
branches: [ "master-patched" ]
|
||||
paths: 'actions/**'
|
||||
branches:
|
||||
- master-patched
|
||||
paths:
|
||||
- actions/**
|
||||
pull_request:
|
||||
branches: [ "master-patched" ]
|
||||
paths: 'actions/**'
|
||||
branches:
|
||||
- master-patched
|
||||
paths:
|
||||
- actions/**
|
||||
workflow_dispatch:
|
||||
#repository_dispatch: [ check ]
|
||||
repository_dispatch:
|
||||
- check
|
||||
|
||||
jobs:
|
||||
fill:
|
||||
|
|
|
|||
Loading…
Reference in New Issue