Skip to content

Commit

Permalink
chore: run CI workflows on and against next branch (#4250)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr authored Oct 11, 2024
1 parent fbe5552 commit 8b3c102
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
types: [ opened, synchronize ]
branches:
- main
- next
paths:
- 'Cargo.lock'
- 'crates/**_parser/**/*.rs'
Expand All @@ -15,6 +16,7 @@ on:
push:
branches:
- main
- next
paths:
- 'Cargo.lock'
- 'crates/**_parser/**/*.rs'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches:
- main
- next

env:
RUST_LOG: info
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- next
paths: # Only run when changes are made to rust code or root Cargo
- "crates/**"
- "fuzz/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- next
paths: # Only run when changes are made to js code
- 'editors/**'
# - 'crates/**'
Expand Down

0 comments on commit 8b3c102

Please sign in to comment.