diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 4014cde2..61984f22 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -1,6 +1,9 @@ name: Build and test on: pull_request: { } + push: + branches: + - 'staging' workflow_call: { } jobs: code-formatting: