Skip to content

Commit

Permalink
Run CI with dev** branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hidakatsuya committed Jan 6, 2024
1 parent 47c9c9b commit d60656e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Test

on:
push:
branches: [ main, dev ]
branches:
- main
- "dev**"
pull_request:

jobs:
Expand Down

0 comments on commit d60656e

Please sign in to comment.