Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 119c5e9

Browse files
committed
ci: publish to edge
1 parent 3e0f94a commit 119c5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: nr build
4949

5050
- name: Relase Edge
51-
if: github.event_name == 'push'
51+
if: github.event_name == 'push' || github.actor == 'flowko'
5252
run: |
5353
chmod +x ./scripts/release-edge.sh
5454
./scripts/release-edge.sh

0 commit comments

Comments
 (0)