Skip to content

Commit

Permalink
ci: ci for next-major branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Jun 12, 2024
1 parent ea0bfc0 commit e1a4253
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cadical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CaDiCaL

on:
push:
branches: [ "main" ]
branches: [ "main", "next-major" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "next-major" ]

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/capi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: C-API

on:
push:
branches: [ "main" ]
branches: [ "main", "next-major" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "next-major" ]

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docs

on:
push:
branches: [ "main" ]
branches: [ "main", "next-major" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "next-major" ]

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/glucose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Glucose

on:
push:
branches: [ "main" ]
branches: [ "main", "next-major" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "next-major" ]

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ipasir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: IPASIR

on:
push:
branches: [ "main" ]
branches: [ "main", "next-major" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "next-major" ]

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kissat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Kissat

on:
push:
branches: [ "main" ]
branches: [ "main", "next-major" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "next-major" ]

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/minisat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Minisat

on:
push:
branches: [ "main" ]
branches: [ "main", "next-major" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "next-major" ]

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lints

on:
pull_request:
branches: [ "main" ]
branches: [ "main", "next-major" ]

env:
CARGO_TERM_COLOR: always
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pyapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ name: Python Build

on:
push:
branches:
- main
branches: [ "main", "next-major" ]
tags:
- '*'
pull_request:
branches: [ "main" ]
branches: [ "main", "next-major" ]
workflow_dispatch:

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rustsat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: RustSAT

on:
push:
branches: [ "main" ]
branches: [ "main", "next-major" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "next-major" ]

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semver-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Semver checks

on:
pull_request:
branches: [ "main" ]
branches: [ "main", "next-major" ]

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: RustSAT Tools

on:
push:
branches: [ "main" ]
branches: [ "main", "next-major" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "next-major" ]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit e1a4253

Please sign in to comment.