Skip to content

Commit

Permalink
Update CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanpe committed Jan 15, 2024
1 parent 3269c97 commit 52cce6e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@ on:
jobs:
release_version:
if: github.event.pull_request.milestone == null && github.event.pull_request.merged == true
runs-on: ubuntu-latest
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2

- name: Setup Environment
run: |
brew install fastlane
brew install cocoapods

- name: Publish release
id: publish_release
Expand Down

0 comments on commit 52cce6e

Please sign in to comment.