diff options
| author | engn33r <engn33r@users.noreply.github.com> | 2021-03-22 07:58:44 -0700 |
|---|---|---|
| committer | engn33r <engn33r@users.noreply.github.com> | 2021-03-22 07:58:44 -0700 |
| commit | e5a82a888833bb8d7c45e47aa083ee37ccc95e85 (patch) | |
| tree | b7b9a54fb8277eb95f9e27f09fda564a34c699f2 | |
| parent | df87514c7cbc202e5e469f775daea8c3bf972fff (diff) | |
| download | websocket-client-e5a82a888833bb8d7c45e47aa083ee37ccc95e85.tar.gz | |
Run all GitHub Actions on PRs
| -rw-r--r-- | .github/workflows/build.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/codecoverage.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6fc704..3934f01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: websocket-client build and test -on: [push] +on: [push, pull_request] jobs: build: diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index b24c38b..13d1e65 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -1,6 +1,6 @@ name: Code Coverage -on: [push] +on: [push, pull_request] jobs: code-coverage: |
