Skip to content

Commit

Permalink
Fixed action trigger event config
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Nov 3, 2023
1 parent b3a4dfe commit 087ee75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Deploy feishu pages to canary
on:
push:
branches:
- canary
pull_request:
branches:
- canary
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Deploy feishu pages to canary
on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down

0 comments on commit 087ee75

Please sign in to comment.