Skip to content

Commit 534f91e

Browse files
authored
Only run JAVA actions on code changes
not on documentation updates
1 parent 61cca84 commit 534f91e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/actions.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,18 @@ name: Java CI
77
on:
88
push:
99
branches: [main]
10+
paths:
11+
- client/**
12+
- provisioning-mock/**
13+
- server/**
14+
- welcome/**
1015
pull_request:
1116
branches: [main]
17+
paths:
18+
- client/**
19+
- provisioning-mock/**
20+
- server/**
21+
- welcome/**
1222

1323
concurrency:
1424
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)