diff options
| author | Jokler <jokler@protonmail.com> | 2020-10-03 20:58:45 +0200 |
|---|---|---|
| committer | Jokler <jokler@protonmail.com> | 2020-10-03 21:00:01 +0200 |
| commit | 9470226afea4268b2cc9ff4d3b74bf16b67ef9a2 (patch) | |
| tree | b2a02ea0d64795da5f956b2e9e930e5f4aaf6296 /.github/workflows/run-tests.yml | |
| parent | d0a0c7c541d2566c6b8f6504f9453e501bc2b1d9 (diff) | |
| download | pokebot-9470226afea4268b2cc9ff4d3b74bf16b67ef9a2.tar.gz pokebot-9470226afea4268b2cc9ff4d3b74bf16b67ef9a2.zip | |
Enable workflow for pull requests
Diffstat (limited to '.github/workflows/run-tests.yml')
| -rw-r--r-- | .github/workflows/run-tests.yml | 2 |
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: |
