Skip to content

Commit 67e538b

Browse files
committed
fix: allow builds on pull requests targeting the develop branch
1 parent ece9bbb commit 67e538b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
pull_request:
1717
branches:
1818
- main
19+
- develop
1920
types: [opened, synchronize, reopened]
2021
schedule:
2122
- cron: '0 0 * * *' # 毎日UTCで午前0時に実行

0 commit comments

Comments
 (0)