diff options
-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: |