Skip to content

Commit

Permalink
ci: fix branch for test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed May 9, 2024
1 parent ca87a4b commit f84a9d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ name: Test
on:
pull_request:
branches:
- 3.x
- 4.x
- 4.0.x
paths-ignore:
- '**.md'
push:
branches:
- 3.x
- 4.x
- 4.0.x
paths-ignore:
- '**.md'

Expand Down

0 comments on commit f84a9d1

Please sign in to comment.