diff options
author | 2021-11-11 11:04:47 -0800 | |
---|---|---|
committer | 2021-11-22 10:20:47 -0800 | |
commit | e8bdf1c7db69d13a21d550828fd3241dd8f143d8 (patch) | |
tree | 235772a117056c1c75bdaef1429251cb11bc4c0d | |
parent | 2af4192756f9600557479e301464401b5ea9709c (diff) | |
download | bun-e8bdf1c7db69d13a21d550828fd3241dd8f143d8.tar.gz bun-e8bdf1c7db69d13a21d550828fd3241dd8f143d8.tar.zst bun-e8bdf1c7db69d13a21d550828fd3241dd8f143d8.zip |
move into workflows folder
-rw-r--r-- | .github/workflows/bun-framework-next.yml (renamed from .github/bun-framework-next.yml) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/bun-framework-next.yml b/.github/workflows/bun-framework-next.yml index 63a5114b4..f29a4fd0c 100644 --- a/.github/bun-framework-next.yml +++ b/.github/workflows/bun-framework-next.yml @@ -1,5 +1,10 @@ name: CI workflow for bun-framework-next -on: [push] +on: + push: + branches: [main, bun-framework-next-actions] + pull_request: + branches: [main] + jobs: build: name: lint, test and build on Node ${{ matrix.node }} and ${{ matrix.os }} |