We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c6ef7 commit ec54cfcCopy full SHA for ec54cfc
.github/workflows/main.yml
@@ -2,6 +2,8 @@ name: Publish a new release if available
2
3
on:
4
push:
5
+ branches:
6
+ - main
7
schedule:
8
# Run at minute 30 every 3 hours, starting from the hour 0 (12 midnight)
9
- cron: '30 0/3 * * *'
0 commit comments