We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6b523 commit c95d650Copy full SHA for c95d650
1 file changed
.github/workflows/corpus.yml
@@ -2,10 +2,7 @@
2
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
3
name: corpus
4
5
-on:
6
- schedule:
7
- - cron: '0 0 * * 0'
8
- workflow_dispatch:
+on: [pull_request, push]
9
10
permissions:
11
contents: read
0 commit comments