Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Aug 21, 2023
1 parent da0fc1a commit 98e43e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/java-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
push:
branches: [ main ]
paths:
- '.github/workflows/java-codestyle.yml'
- '**/*.java'
pull_request:
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- '.github/workflows/java-codestyle.yml'
- '**/*.java'

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/swift-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
push:
branches: [ main ]
paths:
- '.github/workflows/swift-codestyle.yml'
- '**/*.swift'
pull_request:
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- '.github/workflows/swift-codestyle.yml'
- '**/*.swift'

jobs:
Expand Down

0 comments on commit 98e43e1

Please sign in to comment.