From c5abed8c75c4b28ea0c9cca3dbd180f436436174 Mon Sep 17 00:00:00 2001 From: Dany Pellerin Date: Wed, 13 Nov 2024 15:19:50 -0500 Subject: [PATCH] find output --- .github/workflows/ios-sdk-ci.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ios-sdk-ci.yml b/.github/workflows/ios-sdk-ci.yml index c7a8eb4..32b4fbc 100644 --- a/.github/workflows/ios-sdk-ci.yml +++ b/.github/workflows/ios-sdk-ci.yml @@ -1,11 +1,10 @@ name: "iOS SDK CI" on: - pull_request: - # push: # TODO: To be validated - # branches-ignore: '*' - # tags: - # - '^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$' + pull_request: + push: + tags: + - "v.*" jobs: setup: @@ -50,6 +49,8 @@ jobs: - name: Build Demo Swift id: build-demo-swift run: bundle exec fastlane demo_swift + - name: find output + run: ls -R # - name: Store Artifacts # uses: actions/upload-artifact@v4 # with: @@ -69,6 +70,8 @@ jobs: run: bundle install - name: Build Demo Objective-C run: bundle exec fastlane demo_objc + - name: find output + run: ls -R # - name: Store Artifacts # uses: actions/upload-artifact@v4 # with: