Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai committed Aug 10, 2023
1 parent f59cbe8 commit b992152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: Test
on:
push:
branches: [ main, feature/* ]
# pull_request_targetsにはしない。Public repoだからforkされるとsecretが読み込まれる
# NOTE: Dependabotでbuild-ios-debug,build-android-debugで毎回失敗するが仕方ないものとする。他のCIが通っていればOK
pull_request:
branches: [ main, feature/* ]

Expand Down

0 comments on commit b992152

Please sign in to comment.