summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/lint.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 83dc8be44..00e3b3e80 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,6 +1,6 @@
name: Build and test
-on: [push]
+on: [push, pull_request]
jobs:
build:
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 0c885cd1c..ec426dfb9 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -1,6 +1,6 @@
name: lint
-on: [push]
+on: [push, pull_request]
jobs:
clippy:
@@ -21,7 +21,7 @@ jobs:
rustup component add clippy
rustup component add rustfmt
- - name: Environment (common)
+ - name: Environment
run: |
echo ::set-env name=RUSTC_WRAPPER::sccache
echo ::set-env name=DENO_BUILD_MODE::release