Skip to content

Commit

Permalink
Enable actions for merge queue (#6341)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Jul 8, 2024
1 parent bcf678e commit addffbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
pull_request:
workflow_dispatch:
merge_group:

permissions:
contents: read
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/daily-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: "Daily Build Status"

on: [push, pull_request, workflow_dispatch]
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
merge_group:

permissions: read-all

Expand Down

0 comments on commit addffbe

Please sign in to comment.