chore: Update workflow files to update workflows to 'main' (#1927)

This commit is contained in:
James Rich 2025-05-24 07:00:01 -05:00 committed by GitHub
parent 9b1f27cf17
commit be437ebb91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@ name: Android CI
on:
push:
branches: [ master ]
branches: [ main ]
paths-ignore:
- "**.md"
- ".idea/**"
@ -10,7 +10,7 @@ on:
- ".gitmodules"
pull_request:
branches: [ master ]
branches: [ main ]
concurrency:
group: build-${{ github.ref }}