diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c7420b0..2e78427 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,14 @@ on: push: branches: [master] + # Allows you to run this workflow manually from the Actions tab + pull_request: + branches: + - master + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + jobs: build: runs-on: ubuntu-latest