Skip to content

Commit 8e3f2fd

Browse files
committedNov 15, 2024
updated branch names in the workflow files
1 parent cbccc0f commit 8e3f2fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/software_build_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build the software
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
workflow_dispatch:
77
env:
88
ARCH: x86_64

‎.github/workflows/sonarqube.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: SonarQube Analysis
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77
workflow_dispatch:
88

99

0 commit comments

Comments
 (0)