Skip to content

Commit

Permalink
Change deploy env action event
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Nov 2, 2023
1 parent 6941a98 commit 9ce6f0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Deploy feishu pages to canary
on:
pull:
pull_request:
branches:
- dev
- canary
jobs:
deploy_canary:
name: vitpress build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Deploy feishu pages to canary
on:
pull:
pull_request:
branches:
- main
Expand Down

0 comments on commit 9ce6f0a

Please sign in to comment.