Skip to content

Commit

Permalink
Change: マージキューのテストはmerge_groupのだけ走るようにする (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Jan 4, 2025
1 parent 2640384 commit 2cb5ee2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Test
on:
push:
branches:
- main
branches-ignore:
- "gh-readonly-queue/**"
pull_request:
merge_group:
types: [checks_requested]

jobs:
test:
Expand Down

0 comments on commit 2cb5ee2

Please sign in to comment.