diff options
author | Drashna Jael're <drashna@live.com> | 2021-12-07 09:34:01 -0800 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-12-07 09:34:01 -0800 |
commit | ca700fea6168dd39c0628757cf5645729770b0a3 (patch) | |
tree | dc19eb036224a52de36966935555f445b8526de6 | |
parent | 53f8a4ee09c87f958bbe4f38657f6cc50421da23 (diff) |
Update Unit Testing
-rw-r--r-- | .github/workflows/unit_test.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/unit_test.yml b/.github/workflows/unit_test.yml index 26bcb2f511..01793ffe9d 100644 --- a/.github/workflows/unit_test.yml +++ b/.github/workflows/unit_test.yml @@ -2,9 +2,6 @@ name: Unit Tests on: push: - branches: - - master - - develop pull_request: paths: - 'builddefs/**' |