We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346f0bb commit a14b8ecCopy full SHA for a14b8ec
.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