Skip to content

Commit

Permalink
Update caller-wf.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
urvashisingh authored Sep 5, 2024
1 parent 9c979e5 commit 287f99c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/caller-wf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Deploy Workflow

on:
workflow_dispatch:
push:
branches:
- "gh_test_ignore"

jobs:
deploy_dev:
Expand All @@ -18,4 +21,4 @@ jobs:
with:
deploy_env: prod
secrets:
env_password: ${{ secrets.ENV_PWD }}
env_password: ${{ secrets.ENV_PWD }}

0 comments on commit 287f99c

Please sign in to comment.