Skip to content

Commit

Permalink
Merge pull request #133 from mosip/swatigoel-patch-1
Browse files Browse the repository at this point in the history
Support qa-develop branch in workflow
  • Loading branch information
vijay151096 authored Oct 12, 2023
2 parents 520bd5c + 3a1f1d7 commit 62c5cd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
- 1.*
- develop*
- MOSIP*
- qa-develop

jobs:
build-mimoto:
Expand Down Expand Up @@ -118,4 +119,4 @@ jobs:
DEV_NAMESPACE_DOCKER_HUB: ${{ secrets.DEV_NAMESPACE_DOCKER_HUB }}
ACTOR_DOCKER_HUB: ${{ secrets.ACTOR_DOCKER_HUB }}
RELEASE_DOCKER_HUB: ${{ secrets.RELEASE_DOCKER_HUB }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 62c5cd9

Please sign in to comment.