We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458434e commit 922f333Copy full SHA for 922f333
1 file changed
.github/workflows/Tests.yaml
@@ -2,7 +2,10 @@ name: Tests
2
3
on:
4
push:
5
+ pull_request:
6
workflow_dispatch:
7
+ schedule:
8
+ - cron: 0 6 * * *
9
10
jobs:
11
Test:
0 commit comments