mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-11 14:36:25 +08:00
chore: add workflow_dispatch in directory workflow
This commit is contained in:
1
.github/workflows/directory_writer.yml
vendored
1
.github/workflows/directory_writer.yml
vendored
@@ -11,6 +11,7 @@ on:
|
||||
# │ │ │ │ │
|
||||
# * * * * *
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == 'TheAlgorithms/C-Plus-Plus' # We only need this to run in our repository.
|
||||
|
||||
Reference in New Issue
Block a user