chore: add workflow_dispatch in directory workflow

This commit is contained in:
David Leal
2023-09-27 12:34:55 -06:00
committed by GitHub
parent 23b133ae1e
commit 6376bf46af

View File

@@ -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.