Skip to content

Commit 3152a55

Browse files
committed
Random fixes
1 parent 363e85e commit 3152a55

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ name: Continuous Integration Pipeline
22

33
on:
44
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'
517

618
defaults:
719
run:
@@ -15,6 +27,8 @@ jobs:
1527
runs-on: ubuntu-latest
1628
steps:
1729
- uses: actions/checkout@v3
30+
with:
31+
fetch-depth: 0
1832

1933
- name: Set up JDK
2034
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)