Skip to content

Commit 1a08af1

Browse files
Execute workflows only when relevant files updated
1 parent 5c637f8 commit 1a08af1

6 files changed

Lines changed: 69 additions & 855 deletions

File tree

.github/workflows/deploy-linux.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ on:
33
pull_request:
44
branches:
55
- main
6+
paths:
7+
- 'src/frontend/**'
8+
- 'src/**/*.py'
9+
- 'src/requirements*.txt'
10+
- 'src/WebApp.Dockerfile'
11+
- '!src/tests/**'
12+
- 'infra/**/*.bicep'
13+
- 'infra/**/*.json'
14+
- '*.yaml'
15+
- '.github/workflows/deploy-*.yml'
616
workflow_run:
717
workflows: ["Build Docker and Optional Push"]
818
types:

0 commit comments

Comments
 (0)