Skip to content

Commit

Permalink
CI: run GitHub workflows for release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
piodul committed Oct 5, 2023
1 parent d60a8d9 commit 14ec2d2
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 12 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/authenticate_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Authenticate

on:
push:
branches: [ main ]
branches:
- main
- 'branch-*'
pull_request:
branches: [ main ]
branches:
- main
- 'branch-*'

env:
CARGO_TERM_COLOR: always
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: Book

on:
push:
branches: [ main ]
branches:
- main
- 'branch-*'
pull_request:
branches: [ main ]
branches:
- main
- 'branch-*'

env:
CARGO_TERM_COLOR: always
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: Cassandra tests

on:
push:
branches: [ main ]
branches:
- main
- 'branch-*'
pull_request:
branches: [ main ]
branches:
- main
- 'branch-*'

env:
CARGO_TERM_COLOR: always
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches:
- main
- 'branch-*'
paths:
- "docs/**"

Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Rust

on:
push:
branches: [ main ]
branches:
- main
- 'branch-*'
pull_request:
branches: [ main ]
branches:
- main
- 'branch-*'

env:
CARGO_TERM_COLOR: always
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Serverless

on:
push:
branches: [ main ]
branches:
- main
- 'branch-*'
pull_request:
branches: [ main ]
branches:
- main
- 'branch-*'

env:
CARGO_TERM_COLOR: always
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: SSL

on:
push:
branches: [ main ]
branches:
- main
- 'branch-*'
pull_request:
branches: [ main ]
branches:
- main
- 'branch-*'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 14ec2d2

Please sign in to comment.