From 0103481ef2bb2e37f80bfb2f4a357ae951847fee Mon Sep 17 00:00:00 2001 From: kinichiro Date: Sat, 22 May 2021 14:02:42 +0900 Subject: Add pull_request trigger --- .github/workflows/linux_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ name: linux_ci -on: [push] +on: [push, pull_request] jobs: build-native: -- cgit v1.2.3-55-g6feb