Skip to content

Commit

Permalink
Update CICD.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk authored Jan 18, 2025
1 parent 4a2f7c1 commit 52f0f7a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ name: ' CI/CD'
on:
workflow_dispatch:
push:
paths-ignore: [ '**.md', '.github/workflows/*.yaml', '!.github/workflows/CICD.yaml' ]
branches: [ 'main', 'release/*', 'feature/*', 'development' ]
paths-ignore:
- '**.md'
- '.github/workflows/*.yaml'
- '!.github/workflows/CICD.yaml'
branches:
- 'main'
- 'release/*'
- 'feature/*'
- 'development'

defaults:
run:
Expand Down

0 comments on commit 52f0f7a

Please sign in to comment.