diff --git a/.github/workflows/directory_writer.yml b/.github/workflows/directory_writer.yml index 48f71505c..dbb5449c6 100644 --- a/.github/workflows/directory_writer.yml +++ b/.github/workflows/directory_writer.yml @@ -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.