Skip to content

Commit

Permalink
Add run on merge_group for rust & changelog workflows (lambdaclass#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta authored and kariy committed Jun 23, 2023
1 parent b1c559b commit 68585b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Pull Request Workflow"
on:
merge_group:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: rust

on:
merge_group:
push:
branches: [ main ]
pull_request:
Expand Down

0 comments on commit 68585b3

Please sign in to comment.