diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 9e2dc59..97a87bf 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -6,9 +6,9 @@ name: Tests # events but only for the master branch on: push: - branches: [ main-test, ] + branches: [ main, ] pull_request: - branches: [ main-test, ] + branches: [ main, ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel