Skip to content

Commit

Permalink
[actions] There were 8 open repos (redundant). Maybe due to workflow_…
Browse files Browse the repository at this point in the history
…dispatch?
  • Loading branch information
atsushieno committed Apr 12, 2024
1 parent 071f163 commit b8de381
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: build dist
on:
push:
pull_request:
workflow_dispatch:

jobs:
create_staging_repository:
Expand Down Expand Up @@ -75,7 +74,7 @@ jobs:
if: ${{ !startsWith(github.ref, 'refs/tags/') && contains(matrix.os, 'macos-13') }}
run: ./gradlew --warning-mode all publishToMavenLocal
# only for releases on macos-13
- name: macos-13 lightweight build with Gradle for libs
- name: macos-13 lightweight publish with Gradle for libs
if: ${{ startsWith(github.ref, 'refs/tags/') && contains(matrix.os, 'macos-13') }}
run: ./gradlew --warning-mode all publish
env:
Expand All @@ -90,7 +89,7 @@ jobs:
if: ${{ !startsWith(github.ref, 'refs/tags/') && contains(matrix.os, 'macos-14') }}
run: ./gradlew --warning-mode all publishToMavenLocal iosArm64Binaries
# only for releases on macos-14
- name: macos-14 lightweight build with Gradle for libs and apps
- name: macos-14 lightweight publish with Gradle for libs and apps
if: ${{ startsWith(github.ref, 'refs/tags/') && contains(matrix.os, 'macos-14') }}
run: ./gradlew --warning-mode all publish iosArm64Binaries packageDmg
env:
Expand Down

0 comments on commit b8de381

Please sign in to comment.