diff options
| author | Caleb Mabry <caleb.mabry.15@cnu.edu> | 2023-02-01 15:55:47 -0500 |
|---|---|---|
| committer | Caleb Mabry <caleb.mabry.15@cnu.edu> | 2023-02-01 15:55:47 -0500 |
| commit | 58fa5489a94b1fcb55f446d6b4e636268daffcd1 (patch) | |
| tree | 5274ba96379e6c66ce52a1178203016a6a3e114c /.github | |
| parent | 39edb1077725a6b9db58b4c32323e847ece5f2f6 (diff) | |
Changes to test
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b3d85f..2c7a2c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,13 @@ name: Test CI -on: [push] +on: + push: + branches: + - master + pull_request: + branches: + - master + jobs: test: runs-on: ubuntu-latest |
