2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-26 13:30:30 +00:00

chore: run GitHub Actions CI on 1.x branch

This commit is contained in:
Greg Magolan 2023-10-31 23:26:24 +01:00
parent 6b0927d5b8
commit ceaa936fba

View file

@ -4,9 +4,9 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [main]
branches: [1.x]
pull_request:
branches: [main]
branches: [1.x]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: