diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-05-22 14:02:42 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-05-22 14:02:42 +0900 |
commit | 0103481ef2bb2e37f80bfb2f4a357ae951847fee (patch) | |
tree | 1b051b4a5b445cfbc5d11e3b566a24d37fa5fd02 | |
parent | 39c7fa8ad6c737806cc76f0dd8a79105454308d2 (diff) | |
download | portable-0103481ef2bb2e37f80bfb2f4a357ae951847fee.tar.gz portable-0103481ef2bb2e37f80bfb2f4a357ae951847fee.tar.bz2 portable-0103481ef2bb2e37f80bfb2f4a357ae951847fee.zip |
Add pull_request trigger
-rw-r--r-- | .github/workflows/linux_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index c205545..09815d6 100644 --- a/.github/workflows/linux_test.yml +++ b/.github/workflows/linux_test.yml | |||
@@ -1,6 +1,6 @@ | |||
1 | name: linux_ci | 1 | name: linux_ci |
2 | 2 | ||
3 | on: [push] | 3 | on: [push, pull_request] |
4 | 4 | ||
5 | jobs: | 5 | jobs: |
6 | build-native: | 6 | build-native: |