summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-10-28 20:31:13 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-10-28 20:31:13 +0800
commit9fe03a17808d7ee0e055a7cdeb0b52b1d8ce690f (patch)
treeb390971daa9d4debf8e3d4620181f06487bb8961 /.github/workflows
parentbe4998f1c99a9e7adb8aeb1a349b6cb0e8e64bd4 (diff)
downloadlua-language-server-9fe03a17808d7ee0e055a7cdeb0b52b1d8ce690f.zip
run action for PR
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 946e7490..ea7ad578 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,5 +1,5 @@
name: build
-on: push
+on: [push, pull_request]
jobs:
compile:
runs-on: ${{ matrix.os }}