Add workflow_dispatch event

This makes it possible to run the script to validate all links manually, via a button on the GitHub Actions panel. This will be useful for testing and when you need to run validation right away.
This commit is contained in:
Matheus Felipe 2022-02-07 05:18:49 -03:00 committed by GitHub
parent d214297c53
commit 51b4166a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
name: "Validate links"
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'