Skip to content

Commit 635cd3c

Browse files
authored
Merge pull request #258 from nberth/update-ci-workflows
Update name of main GC4 branch in CI workflows
2 parents bd9ed5b + 671ee98 commit 635cd3c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build, Test and provide Nightly (Ubuntu + MSYS1)
22

33
on:
44
pull_request:
5-
branches: [ gc4 ]
5+
branches: [ gitside-master ]
66
push:
77
# manual run in actions tab - for all branches
88
workflow_dispatch:

.github/workflows/ibm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: IBM Power & Z
22

33
on:
44
pull_request:
5-
branches: [ gcos4gnucobol-3.x ]
5+
branches: [ gitside-master ]
66
# manual run in actions tab - for all branches
77
workflow_dispatch:
88

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: MacOS Workflow
22

33
on:
44
pull_request:
5-
branches: [ gc4 ]
5+
branches: [ gitside-master ]
66
push:
77
# manual run in actions tab - for all branches
88
workflow_dispatch:

.github/workflows/windows-msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Windows MSVC Workflow
22

33
on:
44
pull_request:
5-
branches: [ gc4 ]
5+
branches: [ gitside-master ]
66
push:
77
# manual run in actions tab - for all branches
88
workflow_dispatch:

.github/workflows/windows-msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Windows MSYS2 Workflow
22

33
on:
44
pull_request:
5-
branches: [ gc4 ]
5+
branches: [ gitside-master ]
66
push:
77
# manual run in actions tab - for all branches
88
workflow_dispatch:

0 commit comments

Comments
 (0)