File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: MacOS Workflow
2
2
3
3
on :
4
4
pull_request :
5
- branches : [ gcos4gnucobol -3.x ]
5
+ branches : [ github-gnucobol -3.x ]
6
6
push :
7
- branches : [ gcos4gnucobol -3.x ]
7
+ branches : [ github-gnucobol -3.x ]
8
8
9
9
jobs :
10
10
build :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Ubuntu Workflow
2
2
3
3
on :
4
4
pull_request :
5
- branches : [ gcos4gnucobol -3.x ]
5
+ branches : [ github-gnucobol -3.x ]
6
6
push :
7
7
# manual run in actions tab - for all branches
8
8
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Windows Workflow
2
2
3
3
on :
4
4
pull_request :
5
- branches : [ gcos4gnucobol -3.x ]
5
+ branches : [ github-gnucobol -3.x ]
6
6
push :
7
- branches : [ gcos4gnucobol -3.x ]
7
+ branches : [ github-gnucobol -3.x ]
8
8
# manual run in actions tab - for all branches
9
9
# workflow_dispatch:
10
10
You can’t perform that action at this time.
0 commit comments