diff --git a/.github/workflows/update-changed-os.yml b/.github/workflows/update-changed-os.yml index 1a4ac2b..33d0a7b 100644 --- a/.github/workflows/update-changed-os.yml +++ b/.github/workflows/update-changed-os.yml @@ -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: