File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
on :
4
4
push :
5
- branches : [ main, master ]
5
+ branches : [ main ]
6
6
pull_request :
7
- branches : [ main, master ]
7
+ branches : [ main ]
8
8
9
9
jobs :
10
10
cmake_test :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ if [ ! grep -q "^\#\# \[Unreleased\]$" $changelog_file ]; then
50
50
exit 1
51
51
fi
52
52
53
- git checkout -b pre_release_${tag} master
53
+ git checkout -b pre_release_${tag} main
54
54
if [ $? -ne 0 ]; then
55
55
echo " Error: Cannot create release branch. Ensure you have sufficient permissions to repo and try again."
56
56
exit 1
67
67
git add CHANGELOG.md
68
68
git commit -m " Prepare for releasing ${tag} "
69
69
70
- echo " Now validate the chages using git diff master , create the ${tag} and push changes to upstream"
70
+ echo " Now validate the changes using git diff main , create the ${tag} and push changes to upstream"
71
71
echo
You can’t perform that action at this time.
0 commit comments