diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 316dd36..2c7f9e6 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -4,6 +4,9 @@ name: Build Test # It is triggered when a pull request is opened, synchronized, or reopened against the main branch. on: + push: + branches: + - main pull_request: branches: - main