Skip to content

Commit

Permalink
fix(ci): Run CI actions on PR and merge queues as well (#94)
Browse files Browse the repository at this point in the history
* fix(ci): Run CI actions on PR and merge queues as well

* Only run on push to main, instead of push to any branch
  • Loading branch information
sasa-tomic committed Jan 23, 2024
1 parent 5ebed78 commit e11a3a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/bazel.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Bazel
on: [push]
on:
push:
branches:
- 'main'
pull_request:
merge_group:
jobs:
bazel:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit e11a3a2

Please sign in to comment.