aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2021-05-22 14:02:42 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2021-05-22 14:02:42 +0900
commit0103481ef2bb2e37f80bfb2f4a357ae951847fee (patch)
tree1b051b4a5b445cfbc5d11e3b566a24d37fa5fd02
parent39c7fa8ad6c737806cc76f0dd8a79105454308d2 (diff)
downloadportable-0103481ef2bb2e37f80bfb2f4a357ae951847fee.tar.gz
portable-0103481ef2bb2e37f80bfb2f4a357ae951847fee.tar.bz2
portable-0103481ef2bb2e37f80bfb2f4a357ae951847fee.zip
Add pull_request trigger
-rw-r--r--.github/workflows/linux_test.yml2
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 @@
1name: linux_ci 1name: linux_ci
2 2
3on: [push] 3on: [push, pull_request]
4 4
5jobs: 5jobs:
6 build-native: 6 build-native: