Run GitHub Actions on release branches.

PiperOrigin-RevId: 490094298
pull/13171/head
Joshua Haberman 2 years ago committed by Copybara-Service
parent 2644ae7507
commit b31b52939f
  1. 2
      .github/workflows/bazel_tests.yml
  2. 2
      .github/workflows/clang_format.yml
  3. 2
      .github/workflows/python_tests.yml

@ -4,9 +4,11 @@ on:
push:
branches:
- main
- '[0-9]+.x'
pull_request:
branches:
- main
- '[0-9]+.x'
workflow_dispatch:
jobs:

@ -4,9 +4,11 @@ on:
push:
branches:
- main
- '[0-9]+.x'
pull_request:
branches:
- main
- '[0-9]+.x'
workflow_dispatch:
jobs:

@ -4,9 +4,11 @@ on:
push:
branches:
- main
- '[0-9]+.x'
pull_request:
branches:
- main
- '[0-9]+.x'
workflow_dispatch:
jobs:

Loading…
Cancel
Save