diff --git a/.github/workflows/CI-iOS.yml b/.github/workflows/CI-iOS.yml index 6fa3731..fb0af60 100644 --- a/.github/workflows/CI-iOS.yml +++ b/.github/workflows/CI-iOS.yml @@ -1,10 +1,10 @@ name: CI-iOS # Controls when the action will run. Triggers the workflow on push or pull request -# events but only for the master branch +# events but only for the main branch on: pull_request: - branches: [ master, develop ] + branches: [ main, develop ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: diff --git a/.github/workflows/CI-macOS.yml b/.github/workflows/CI-macOS.yml index 677cb75..aebb989 100644 --- a/.github/workflows/CI-macOS.yml +++ b/.github/workflows/CI-macOS.yml @@ -2,10 +2,10 @@ name: CI-macOS # Controls when the action will run. Triggers the workflow on push or pull request -# events but only for the master branch +# events but only for the main branch on: pull_request: - branches: [ master, develop ] + branches: [ main, develop ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: