Skip to content

Commit

Permalink
CI build on branches starting with 'dev**' (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason authored Sep 4, 2023
1 parent 1e25fba commit 791d4ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'dev**'
pull_request:
paths:
- 'tesseract**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cmake_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'dev**'
pull_request:
paths:
- 'tesseract**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'dev**'
pull_request:
paths:
- 'tesseract**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'dev**'
pull_request:
paths:
- 'tesseract**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'dev**'
pull_request:
paths:
- 'tesseract**'
Expand Down

0 comments on commit 791d4ca

Please sign in to comment.