diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 69f2cc3..102482d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,7 +1,12 @@ name: Tests on: - pull_request: push: + branches: + - master + - dev + - v* + - beta-v* + pull_request: jobs: build: @@ -23,4 +28,4 @@ jobs: - name: Run Circle Test run: | echo "Building ${ARCH}" - ./circle-test.sh \ No newline at end of file + ./circle-test.sh