diff --git a/.github/workflows/aliro_tests.yml b/.github/workflows/aliro_tests.yml index c807f851b..f205c9cf4 100644 --- a/.github/workflows/aliro_tests.yml +++ b/.github/workflows/aliro_tests.yml @@ -2,6 +2,12 @@ name: Aliro CI/CD # Controls when the action will run. on: push: + branches: + - master + + pull_request: + branches: + - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: