Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Cabrera committed Jan 11, 2024
1 parent 5273568 commit d5acf0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,8 @@ jobs:
ios-deploy:
runs-on: macos-latest
needs: [test, eslint, typescript, prettier]
if: |
github.event_name == 'push' && github.ref == 'refs/heads/master' ||
github.event_name == 'pull_request' && contains(['develop', 'master'], github.base_ref)
# if: |
# github.event_name == 'push' && github.ref == 'refs/heads/master' || github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit d5acf0d

Please sign in to comment.