mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-03 13:53:34 +03:00
Workflows: Fix Actions' manual dispatch for assets update (#4378)
This commit is contained in:
parent
5033cbceea
commit
a71762b5da
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ on:
|
|||
|
||||
jobs:
|
||||
geodat:
|
||||
if: github.event.schedule == '30 22 * * *' || github.event_name == 'push'|| github.event_name == 'pull_request'
|
||||
if: github.event.schedule == '30 22 * * *' || github.event_name == 'push'|| github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Restore Geodat Cache
|
||||
|
|
Loading…
Add table
Reference in a new issue