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

Commit

Permalink
ci: added if check on release edge
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowko committed Dec 16, 2023
1 parent b946258 commit 0cd481e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: nr build

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

0 comments on commit 0cd481e

Please sign in to comment.