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

Commit

Permalink
ci: publish to edge
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowko committed Jan 21, 2024
1 parent 3e0f94a commit 119c5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: nr build

- name: Relase Edge
if: github.event_name == 'push'
if: github.event_name == 'push' || github.actor == 'flowko'
run: |
chmod +x ./scripts/release-edge.sh
./scripts/release-edge.sh
Expand Down

0 comments on commit 119c5e9

Please sign in to comment.