Skip to content

Commit ec54cfc

Browse files
committed
Restrict the workflow run to *main* branch pushes
1 parent 81c6ef7 commit ec54cfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Publish a new release if available
22

33
on:
44
push:
5+
branches:
6+
- main
57
schedule:
68
# Run at minute 30 every 3 hours, starting from the hour 0 (12 midnight)
79
- cron: '30 0/3 * * *'

0 commit comments

Comments
 (0)