Unverified Commit 51b4166a authored by Matheus Felipe's avatar Matheus Felipe Committed by GitHub
Browse files

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.
parent d214297c
name: "Validate links"
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment