Skip to content

Commit

Permalink
add next branch into the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carafelix authored and roziscoding committed Jun 4, 2024
1 parent 65d31ce commit 443741e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: ci

on:
push:
branches: [main]
branches:
- main
- next
pull_request:
branches: [main]
branches:
- main
- next

jobs:
backport:
Expand Down Expand Up @@ -64,4 +68,4 @@ jobs:

- uses: codecov/codecov-action@v1.0.10 # upload the report on Codecov
with:
file: ./coverage.lcov
file: ./coverage.lcov

0 comments on commit 443741e

Please sign in to comment.