Skip to content

Commit 14a15e6

Browse files
committed
Run analysis on TOT dev branches
Signed-off-by: Larry Gritz <[email protected]>
1 parent 93fdd47 commit 14a15e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
# Run on pushes only to main or if the branch name contains "analysis"
1515
branches:
1616
- main
17+
- dev-3.0
1718
- '*analysis*'
1819
- '*sonar*'
1920
paths:

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sonar.host.url=https://sonarcloud.io
66
# Required metadata
77
sonar.organization=academysoftwarefoundation
88
sonar.projectName=OpenImageIO
9-
sonar.projectVersion=2.6
9+
sonar.projectVersion=3.0
1010
sonar.projectKey=AcademySoftwareFoundation_OpenImageIO
1111

1212
# Project links

0 commit comments

Comments
 (0)