We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61cca84 commit 534f91eCopy full SHA for 534f91e
1 file changed
.github/workflows/actions.yml
@@ -7,8 +7,18 @@ name: Java CI
7
on:
8
push:
9
branches: [main]
10
+ paths:
11
+ - client/**
12
+ - provisioning-mock/**
13
+ - server/**
14
+ - welcome/**
15
pull_request:
16
17
18
19
20
21
22
23
concurrency:
24
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments