Skip to content

Commit 780745d

Browse files
committed
Fix workflows
1 parent 6da5fb7 commit 780745d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: MacOS Workflow
22

33
on:
44
pull_request:
5-
branches: [ gcos4gnucobol-3.x ]
5+
branches: [ github-gnucobol-3.x ]
66
push:
7-
branches: [ gcos4gnucobol-3.x ]
7+
branches: [ github-gnucobol-3.x ]
88

99
jobs:
1010
build:

.github/workflows/ubuntu.yml

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

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

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Windows Workflow
22

33
on:
44
pull_request:
5-
branches: [ gcos4gnucobol-3.x ]
5+
branches: [ github-gnucobol-3.x ]
66
push:
7-
branches: [ gcos4gnucobol-3.x ]
7+
branches: [ github-gnucobol-3.x ]
88
# manual run in actions tab - for all branches
99
# workflow_dispatch:
1010

0 commit comments

Comments
 (0)