Skip to content

Commit c41464a

Browse files
ci: update release to use push to main
1 parent 66c992b commit c41464a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/release.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
name: Release
22

33
on:
4-
release:
5-
types:
6-
- released
7-
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
7+
paths-ignore:
8+
- README.md
9+
- LICENSE.md
10+
- 'scripts/**'
11+
- '.github/**'
812

913
permissions:
1014
contents: write

0 commit comments

Comments
 (0)