Skip to content

Commit

Permalink
Updated Github workflows to target 'main' branch (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
LTPhantom authored Apr 10, 2024
1 parent 3c2336a commit 3d48498
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gma_mediation_applovin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
- "packages/mediation/gma_mediation_applovin/android/**"
push:
branches:
- master
- main

jobs:
android:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gma_mediation_pangle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
- "packages/mediation/gma_mediation_pangle/android/**"
push:
branches:
- master
- main

jobs:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/google_mobile_ads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
- "packages/google_mobile_ads/android/**"
push:
branches:
- master
- main

env:
GOOGLEMOBILEADS_PLUGIN_SCOPE: "*google_mobile_ads*"
Expand Down

0 comments on commit 3d48498

Please sign in to comment.