Skip to content

Commit 15f5522

Browse files
committed
chore(workflow): run workflow on push event
1 parent 6a263e3 commit 15f5522

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/releases.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# .github/workflows/release.yml
22
name: Release
3-
on: workflow_dispatch
3+
on:
4+
push:
5+
branches:
6+
- main
47
jobs:
58
release:
69
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)