Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Jan 12, 2024
1 parent 6da5fb7 commit 780745d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: MacOS Workflow

on:
pull_request:
branches: [ gcos4gnucobol-3.x ]
branches: [ github-gnucobol-3.x ]
push:
branches: [ gcos4gnucobol-3.x ]
branches: [ github-gnucobol-3.x ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Ubuntu Workflow

on:
pull_request:
branches: [ gcos4gnucobol-3.x ]
branches: [ github-gnucobol-3.x ]
push:
# manual run in actions tab - for all branches
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Windows Workflow

on:
pull_request:
branches: [ gcos4gnucobol-3.x ]
branches: [ github-gnucobol-3.x ]
push:
branches: [ gcos4gnucobol-3.x ]
branches: [ github-gnucobol-3.x ]
# manual run in actions tab - for all branches
# workflow_dispatch:

Expand Down

0 comments on commit 780745d

Please sign in to comment.