Skip to content

Commit b9dd2c8

Browse files
test: Remove main branch check
1 parent 0bc1dda commit b9dd2c8

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish_android_maven_central.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ on:
2121

2222
jobs:
2323
publish-android:
24-
if: github.ref == 'refs/heads/main'
2524
runs-on: ubuntu-latest
2625
timeout-minutes: 60
2726
permissions:

.github/workflows/publish_ios_cocoapods_trunk.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
jobs:
1313
publish-ios:
1414
runs-on: macos-15
15-
if: github.ref == 'refs/heads/main'
1615
timeout-minutes: 30
1716
steps:
1817
- run: sudo xcode-select --switch /Applications/Xcode_16.app

0 commit comments

Comments
 (0)