Skip to content

Commit

Permalink
chore: Adds next branch to workflows (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 authored Dec 3, 2023
1 parent bbf7e4a commit d04c719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- next
pull_request:

concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- next

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit d04c719

Please sign in to comment.