Skip to content

Commit

Permalink
Added Worflow Run Functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
IMISSHER99 committed Jun 15, 2024
1 parent 9af20e5 commit b4f5aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches: [main, golden, develop]
pull_request:
types: [opened]
workflow_dispatch:

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/vulnerability_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "Vulnerability Scan"
on:
pull_request:
types: [opened]
workflow_dispatch:
jobs:
scan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b4f5aa0

Please sign in to comment.