Skip to content

Commit

Permalink
[INJIMOB-891] update ios and android workflow (mosip#136)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Paul <[email protected]>
  • Loading branch information
abhip2565 authored Jun 3, 2024
1 parent a82ebf0 commit 1fd8b3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/android-artifact-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ on:
required: false
default: 'Triggered for Updates'
type: string
push:
branches:
- release*
- master
- develop*

jobs:
maven-publish:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/ios-artifact-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ on:
required: false
default: 'Triggered for Updates'
type: string
push:
branches:
- release*
- master
- develop*

jobs:
build:
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' && github.event_name == 'workflow_dispatch' }}"
runs-on: macos-latest
permissions:
contents: write # Grants permission to push code and manage releases
Expand Down

0 comments on commit 1fd8b3a

Please sign in to comment.