Skip to content

Commit 5dce59d

Browse files
committed
chore: update release workflow
1 parent b4f3d5c commit 5dce59d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
name: ⚙️ Release
1+
name: 🚀 Release
22

33
on:
4-
workflow_dispatch:
5-
release:
6-
types: [published]
4+
push:
5+
branches:
6+
- main
77

88
concurrency: ${{ github.workflow }}-${{ github.ref }}
99

1010
jobs:
1111
release:
12-
name: 📦 Release
12+
name: 🧑‍🚀 Publish
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Repo

0 commit comments

Comments
 (0)