Skip to content

Commit

Permalink
Add merge group support (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliefoxtwo authored Oct 1, 2023
1 parent d69b9f7 commit f18c55f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build
on: [push, pull_request]

on:
push:
pull_request:
merge_group:

jobs:
build_on_linux:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Validate

on: [push, pull_request]
on:
push:
pull_request:
merge_group:

jobs:
eslint:
Expand Down

0 comments on commit f18c55f

Please sign in to comment.