diff options
author | 2023-02-03 11:55:15 -0800 | |
---|---|---|
committer | 2023-02-03 11:55:15 -0800 | |
commit | b289b5189453def046b9c146d90713647d6513b9 (patch) | |
tree | d811e563b520f49bc5d0daec01cfdb7c3ed44d8e | |
parent | 17ad8005c7001be5f1dec00d2618991f8b3372a1 (diff) | |
download | bun-b289b5189453def046b9c146d90713647d6513b9.tar.gz bun-b289b5189453def046b9c146d90713647d6513b9.tar.zst bun-b289b5189453def046b9c146d90713647d6513b9.zip |
Run tests on pull requests
-rw-r--r-- | .github/workflows/bun-test.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/bun-test.yml b/.github/workflows/bun-test.yml index e7f0abb90..02a9a2383 100644 --- a/.github/workflows/bun-test.yml +++ b/.github/workflows/bun-test.yml @@ -7,6 +7,13 @@ on: paths: - "src/**/*" - "test/**/*" + pull_request: + branches: + - main + - "test/*" + paths: + - "src/**/*" + - "test/**/*" workflow_dispatch: inputs: release: |