Skip to content

Commit

Permalink
revert running branch integration only on merge group
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreylimnardy committed Dec 17, 2024
1 parent 643c6a4 commit a066624
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/branch-integration.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Branch Integration

on:
merge_group:
branches:
- "release-*"
push:
branches:
- "main"
- "release-*"
paths-ignore:
- 'docs/**'
- 'dependencies/**'
Expand Down

0 comments on commit a066624

Please sign in to comment.