We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363e85e commit 3152a55Copy full SHA for 3152a55
1 file changed
.github/workflows/continuous-integration.yml
@@ -2,6 +2,18 @@ name: Continuous Integration Pipeline
2
3
on:
4
push:
5
+ paths-ignore:
6
+ - '**.md'
7
+ - '**.txt'
8
+ - '**.json'
9
+ - '**.yml'
10
+ - '**.properties'
11
+ - '**.xml'
12
+ - '**.sql'
13
+ - '**.csv'
14
+ - '**.zip'
15
+ - 'docs/**'
16
+ - '.gitignore'
17
18
defaults:
19
run:
@@ -15,6 +27,8 @@ jobs:
27
runs-on: ubuntu-latest
28
steps:
29
- uses: actions/checkout@v3
30
+ with:
31
+ fetch-depth: 0
32
33
- name: Set up JDK
20
34
uses: actions/setup-java@v3
0 commit comments