Skip to content

Commit

Permalink
Update Release deploy on push.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Mar 11, 2024
1 parent 91c7151 commit 31bcebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Deploy feishu pages to release
on:
pull_request:
push:
branches:
- main
jobs:
Expand All @@ -15,7 +15,7 @@ jobs:
- uses: oven-sh/setup-bun@v1
- name: Build Pages
run: |
bun install
bun install
bun run build
- name: Upload to oss
run: |
Expand Down

0 comments on commit 31bcebe

Please sign in to comment.