Skip to content

Commit

Permalink
Merge pull request #9 from longbridgeapp/dev
Browse files Browse the repository at this point in the history
Fixed github action event name error
  • Loading branch information
ihavecoke authored Nov 2, 2023
2 parents fb84e47 + 87f46e7 commit e91d87d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Deploy feishu pages to canary
on:
pull:
push:
pull_request:
branches:
- canary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Deploy feishu pages to canary
on:
pull:
push:
pull_request:
branches:
- main
Expand Down

0 comments on commit e91d87d

Please sign in to comment.