Skip to content

Commit

Permalink
Run on all PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Dec 19, 2024
1 parent f6ee8d1 commit 3aea25b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: Bazel CI
on:
push:
branches: [main]
pull_request:
branches: [main]
on: [push, pull_request, workflow_dispatch]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
test:
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7
Expand Down

0 comments on commit 3aea25b

Please sign in to comment.