Skip to content

Commit 98d5f81

Browse files
committed
fix: remove workflow branch trigger
1 parent 51e687c commit 98d5f81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- prod
6-
- .github/workflows/release.yml
76
jobs:
87
release:
98
name: Release
@@ -22,7 +21,6 @@ jobs:
2221
uses: actions/setup-node@v4
2322
with:
2423
node-version: 22
25-
registry-url: 'https://registry.npmjs.org'
2624

2725
- name: Setup Bun
2826
uses: oven-sh/setup-bun@v1

0 commit comments

Comments
 (0)