Skip to content

Commit

Permalink
Update CI to correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Apr 13, 2024
1 parent d7b0047 commit 0509624
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Clang-Format
on:
push:
branches:
- main
- master
pull_request:
paths:
- 'tesseract**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CMake-Format
on:
push:
branches:
- main
- master
pull_request:

# allow manually starting this workflow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker
on:
push:
branches:
- main
- master
pull_request:
paths:
- 'docker/Dockerfile'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Ubuntu
on:
push:
branches:
- main
- master
pull_request:
schedule:
- cron: '0 5 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Unstable
on:
push:
branches:
- main
- master
pull_request:
schedule:
- cron: '0 5 * * *'
Expand Down

0 comments on commit 0509624

Please sign in to comment.