diff --git a/.github/workflows/authenticate_test.yml b/.github/workflows/authenticate_test.yml index 14f979c0c4..22eb7079f0 100644 --- a/.github/workflows/authenticate_test.yml +++ b/.github/workflows/authenticate_test.yml @@ -7,8 +7,7 @@ on: - 'branch-*' pull_request: branches: - - main - - 'branch-*' + - '**' env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index cb5e766e40..cf6c226b62 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -8,8 +8,7 @@ on: - 'branch-*' pull_request: branches: - - main - - 'branch-*' + - '**' env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/cassandra.yml b/.github/workflows/cassandra.yml index 6c8a71874d..5754dc3ada 100644 --- a/.github/workflows/cassandra.yml +++ b/.github/workflows/cassandra.yml @@ -8,8 +8,7 @@ on: - 'branch-*' pull_request: branches: - - main - - 'branch-*' + - '**' env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/docs-pages.yaml b/.github/workflows/docs-pages.yaml index 52cc36140c..820df6d9cd 100644 --- a/.github/workflows/docs-pages.yaml +++ b/.github/workflows/docs-pages.yaml @@ -7,7 +7,8 @@ on: branches: - main tags: - - 'v0.*' + - 'v0.*.*' + - 'v1.*.*' paths: - "docs/**" workflow_dispatch: diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2d4a9e92d0..81b19bd166 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -7,8 +7,7 @@ on: - 'branch-*' pull_request: branches: - - main - - 'branch-*' + - '**' env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/semver_checks.yml b/.github/workflows/semver_checks.yml index bcad2f0b3c..628b5af43b 100644 --- a/.github/workflows/semver_checks.yml +++ b/.github/workflows/semver_checks.yml @@ -5,8 +5,7 @@ name: Semver checks on: pull_request_target: branches: - - main - - 'branch-*' + - '**' push: tags: - v*.*.* diff --git a/.github/workflows/serverless.yaml b/.github/workflows/serverless.yaml index e8ffc74d6c..9da2f05f6c 100644 --- a/.github/workflows/serverless.yaml +++ b/.github/workflows/serverless.yaml @@ -7,9 +7,7 @@ on: - 'branch-*' pull_request: branches: - - main - - 'branch-*' - + - '**' env: CARGO_TERM_COLOR: always RUST_BACKTRACE: full diff --git a/.github/workflows/tls.yml b/.github/workflows/tls.yml index 21c1443280..e588a1ed2d 100644 --- a/.github/workflows/tls.yml +++ b/.github/workflows/tls.yml @@ -7,8 +7,7 @@ on: - 'branch-*' pull_request: branches: - - main - - 'branch-*' + - '**' env: CARGO_TERM_COLOR: always