Skip to content

Commit c9c92b9

Browse files
Update CI workflow to include additional paths for deployment and analysis
1 parent 10861a0 commit c9c92b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- 'App/**'
1111
- 'Deployment/**'
1212
- 'azure.yaml'
13+
- '.github/workflows/CI.yml'
14+
- '.github/workflows/test-automation.yml'
15+
- ' tests/**'
1316
schedule:
1417
- cron: "0 10,22 * * *" # Runs at 10:00 AM and 10:00 PM GMT
1518

0 commit comments

Comments
 (0)