Skip to content

Commit

Permalink
chore(ci): add merge group (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco authored Feb 28, 2024
1 parent 4824889 commit 9fa3388
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: CI
on: pull_request

on:
push:
branches: [ "master" ]
pull_request:
merge_group:
branches: [ "master" ]


env:
PROTOC_VERSION: 3.20.3
Expand Down

0 comments on commit 9fa3388

Please sign in to comment.