diff options
| -rw-r--r-- | .github/workflows/main.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cde4902..4807c4b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | name: CI | 1 | name: CI |
| 2 | on: push | 2 | on: |
| 3 | push: | ||
| 4 | pull_request: | ||
| 5 | |||
| 3 | jobs: | 6 | jobs: |
| 4 | test: | 7 | test: |
| 5 | runs-on: ubuntu-latest | 8 | runs-on: ubuntu-latest |