We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5704572 commit c05d6fbCopy full SHA for c05d6fb
‎.github/workflows/ci.yml
@@ -4,6 +4,7 @@ on:
4
schedule:
5
- cron: '0 0 * * *' # Runs at 00:00 UTC every day
6
workflow_dispatch: # Allows manual triggering of the workflow
7
+ pull_request:
8
push:
9
branches:
10
- main
0 commit comments