Skip to content

Commit

Permalink
Add workflow_dispatch trigger to CI/CD pipeline for manual execution
Browse files Browse the repository at this point in the history
  • Loading branch information
GSMgeeth committed Dec 30, 2024
1 parent f36b092 commit faedddb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rh_dev_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- dev-ci-cd-setup
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:
deploy:
needs: build
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch'

steps:
- name: Checkout Code
Expand Down

0 comments on commit faedddb

Please sign in to comment.