Skip to content

Commit 5d8803b

Browse files
committed
Run them for every commit in main
1 parent 86bc249 commit 5d8803b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Release
22

33
on:
4-
schedule:
5-
# Every Monday at 11:00
6-
- cron: '0 10 * * 1'
4+
push:
5+
branches:
6+
- main
77
workflow_dispatch:
88
inputs:
99
version:

0 commit comments

Comments
 (0)