Skip to content

Commit

Permalink
Correct main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed Jun 4, 2024
1 parent df4a384 commit 81dac5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Swift Codestyle
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ main ]
paths:
- '**/*.swift'
pull_request:
branches: [ master, 'v[0-9]+.[0-9]+' ]
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- '**/*.swift'

Expand Down

0 comments on commit 81dac5c

Please sign in to comment.