Skip to content

Commit

Permalink
refactor: Update Github Actions workflows to target 'main' branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyMAndersson committed Sep 25, 2023
1 parent 3d580e7 commit 6ee7009
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CodeStyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Code Style

on:
pull_request:
branches: [ master ]
branches: [ main ]
push:
branches: [ master ]
branches: [ main ]

jobs:
SwiftLint:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/TestSuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Test Suite

on:
pull_request:
branches: [ master ]
branches: [ main ]
push:
branches: [ master ]
branches: [ main ]

env:
DEVELOPER_DIR: /Applications/Xcode_14.0.app

Expand Down

0 comments on commit 6ee7009

Please sign in to comment.