We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a750aaf commit cd31d65Copy full SHA for cd31d65
.github/workflows/weekly.yml
@@ -1,6 +1,7 @@
1
name: Weekly package builds
2
3
on:
4
+ pull_request:
5
workflow_dispatch:
6
# It seems that the push trigger below makes the weekly workflow run on every push
7
# to `main` and on every tag creation. We remove it for now. To debug the weekly
0 commit comments