diff options
-rw-r--r-- | .github/workflows/bun-linux-build.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/bun-linux-build.yml b/.github/workflows/bun-linux-build.yml index 66cd7fa35..17eca534f 100644 --- a/.github/workflows/bun-linux-build.yml +++ b/.github/workflows/bun-linux-build.yml @@ -6,7 +6,9 @@ env: on: push: - branches: [main, bun-actions] + branches: + - main + - bun-actions paths: - "src/**/*" - "test/**/*" @@ -14,7 +16,8 @@ on: - "Makefile" - "Dockerfile" pull_request: - branches: [main] + branches: + - main paths: - "src/**/*" - "test/**/*" |