summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Buckley-Houston <tom@tombh.co.uk>2023-01-30 07:19:06 -0500
committerThomas Buckley-Houston <tom@tombh.co.uk>2023-01-30 07:19:06 -0500
commita547ac71fd5338f70c81cae76c2238efc5f1d534 (patch)
tree09593fcf043397a5f0723d857624403afb4169df
parent7e68247557e35ef938f63460f783ff2f0cd73030 (diff)
ci: Run Github Actions for PRs as well as pushes
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/main.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 087a1c1..fde461d 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -1,5 +1,5 @@
name: Lint
-on: [push]
+on: [push, pull_request]
jobs:
lint:
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9bb218a..da163ab 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,5 +1,5 @@
name: Test-Release
-on: [push]
+on: [push, pull_request]
jobs:
tests: