Skip to content

Commit

Permalink
chore: add next as a branch for CI runs on merge (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
phklive authored Jun 1, 2024
1 parent 0206e21 commit f457f40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
name: lint

on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
push:
branches: [main, next]
pull_request:
types: [opened, reopened, synchronize]

jobs:
version:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/no-std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ name: no-std

on:
push:
branches:
- main
branches: [main, next]
pull_request:
types: [opened, reopened, synchronize]

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: test

on:
push:
branches:
- main
branches: [main, next]
pull_request:
types: [opened, reopened, synchronize]
types: [opened, reopened, synchronize]

jobs:
test:
Expand Down

0 comments on commit f457f40

Please sign in to comment.