Skip to content

Commit

Permalink
ci: update CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed May 5, 2023
1 parent 924fc1e commit a100b89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: CI

on:
push:
branches:
- "main"
- "develop"
branches: [ "main", "develop" ]
pull_request:

jobs:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Lint Code Base

on:
push:
branches:
- "main"
- "develop"
branches: [ "main", "develop" ]
pull_request:

jobs:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: SwiftLint

on:
push:
branches:
- "main"
- "develop"
branches: [ "main", "develop" ]
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
Expand Down

0 comments on commit a100b89

Please sign in to comment.