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 c15a968 commit 4a2f7c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ name: ' CI/CD'
on:
workflow_dispatch:
push:
paths-ignore:
- '**.md'
- '.github/workflows/*.yaml'
- '!.github/workflows/CICD.yaml'
paths-ignore: [ '**.md', '.github/workflows/*.yaml', '!.github/workflows/CICD.yaml' ]
branches: [ 'main', 'release/*', 'feature/*', 'development' ]

defaults:
Expand Down

0 comments on commit 4a2f7c1

Please sign in to comment.