aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-10-03 21:01:46 +0200
committerGitHub <noreply@github.com>2020-10-03 21:01:46 +0200
commit46ce39a312144bf778962c36a7b578b62a639956 (patch)
treeb2a02ea0d64795da5f956b2e9e930e5f4aaf6296
parentd0a0c7c541d2566c6b8f6504f9453e501bc2b1d9 (diff)
parent9470226afea4268b2cc9ff4d3b74bf16b67ef9a2 (diff)
downloadpokebot-46ce39a312144bf778962c36a7b578b62a639956.tar.gz
pokebot-46ce39a312144bf778962c36a7b578b62a639956.zip
Merge pull request #68 from Mavulp/pr-workflow
Enable workflow for pull requests
-rw-r--r--.github/workflows/run-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml
index 63638a9..6bbada9 100644
--- a/.github/workflows/run-tests.yml
+++ b/.github/workflows/run-tests.yml
@@ -1,6 +1,6 @@
name: Rust
-on: [push]
+on: [push, pull_request]
jobs:
build: