Skip to content

Commit

Permalink
Update and rename main.yml to CICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbintb authored Feb 28, 2025
1 parent 0cb1afe commit 9ba26eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml → .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: CICD
on:
push:
paths: 'CICD/Dockerfile'
workflow_run:
workflows: ["CICD-base"]
types:
- completed
workflow_dispatch:
jobs:
docker:
Expand Down

0 comments on commit 9ba26eb

Please sign in to comment.