Skip to content

Commit d070609

Browse files
committed
workflows only run when necessary!
1 parent 0d285d1 commit d070609

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/backend-qa.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
pull_request:
66
types: [opened, synchronize, reopened]
77
branches: [main, develop]
8+
paths:
9+
- 'apps/backend-services/**'
10+
- 'apps/shared/**'
11+
- 'packages/**'
12+
- '.github/workflows/backend-qa.yml'
813
workflow_dispatch:
914

1015
jobs:

.github/workflows/frontend-qa.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
pull_request:
66
types: [opened, synchronize, reopened]
77
branches: [main, develop]
8+
paths:
9+
- 'apps/frontend/**'
10+
- 'packages/**'
11+
- '.github/workflows/frontend-qa.yml'
812
workflow_dispatch:
913

1014
jobs:

.github/workflows/temporal-qa.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
pull_request:
66
types: [opened, synchronize, reopened]
77
branches: [main, develop]
8+
paths:
9+
- 'apps/temporal/**'
10+
- 'apps/shared/**'
11+
- 'packages/**'
12+
- '.github/workflows/temporal-qa.yml'
813
workflow_dispatch:
914

1015
jobs:

0 commit comments

Comments
 (0)