diff options
| author | Jokler <jokler@protonmail.com> | 2020-10-03 21:01:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-03 21:01:46 +0200 |
| commit | 46ce39a312144bf778962c36a7b578b62a639956 (patch) | |
| tree | b2a02ea0d64795da5f956b2e9e930e5f4aaf6296 /.github | |
| parent | d0a0c7c541d2566c6b8f6504f9453e501bc2b1d9 (diff) | |
| parent | 9470226afea4268b2cc9ff4d3b74bf16b67ef9a2 (diff) | |
| download | pokebot-46ce39a312144bf778962c36a7b578b62a639956.tar.gz pokebot-46ce39a312144bf778962c36a7b578b62a639956.zip | |
Merge pull request #68 from Mavulp/pr-workflow
Enable workflow for pull requests
Diffstat (limited to '.github')
| -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: |
