diff options
author | 2023-02-03 11:54:27 -0800 | |
---|---|---|
committer | 2023-02-03 11:54:31 -0800 | |
commit | 17ad8005c7001be5f1dec00d2618991f8b3372a1 (patch) | |
tree | 7b12b653effb5e4f2f18acf6ac438af61a0e8a7b | |
parent | f572305013ccb96680f739003753595856f70d97 (diff) | |
download | bun-17ad8005c7001be5f1dec00d2618991f8b3372a1.tar.gz bun-17ad8005c7001be5f1dec00d2618991f8b3372a1.tar.zst bun-17ad8005c7001be5f1dec00d2618991f8b3372a1.zip |
Run tests on push
-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 3b7ef7798..e7f0abb90 100644 --- a/.github/workflows/bun-test.yml +++ b/.github/workflows/bun-test.yml @@ -1,5 +1,12 @@ name: bun-test on: + push: + branches: + - main + - "test/*" + paths: + - "src/**/*" + - "test/**/*" workflow_dispatch: inputs: release: |