Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas committed Jul 22, 2024
1 parent dd1089e commit fc9b276
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cobol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Cobol

on:
push:
branches: [ "main" ]
branches: [ main ]
paths:
- .github/workflows/cobol.yml
- cobol/**
pull_request:
branches: [ "main" ]
branches: [ main ]
paths:
- .github/workflows/cobol.yml
- cobol/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Swift

on:
push:
branches: [ "main" ]
branches: [ main ]
paths:
- .github/workflows/swift.yml
- swift/**
pull_request:
branches: [ "main" ]
branches: [ main ]
paths:
- .github/workflows/swift.yml
- swift/**
Expand Down

0 comments on commit fc9b276

Please sign in to comment.