Skip to content

Commit d770a3a

Browse files
authored
Merge pull request #2523 from ligangty/master
Only trigger push action when source files changes
2 parents c67309b + 0d82bd9 commit d770a3a

2 files changed

Lines changed: 22 additions & 130 deletions

File tree

.github/workflows/maven-push.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,28 @@
1919

2020
name: maven push
2121

22-
on: [push]
22+
on:
23+
push:
24+
paths:
25+
- 'addons/**'
26+
- 'api/**'
27+
- 'bin/**'
28+
- 'bindings/**'
29+
- 'boot/**'
30+
- 'core/**'
31+
- 'db/**'
32+
- 'deployments/**'
33+
- 'embedder/**'
34+
- 'filers/**'
35+
- 'ftests/**'
36+
- 'rest/**'
37+
- 'scripts/**'
38+
- 'subsys/**'
39+
- 'test/**'
40+
- 'tools/**'
41+
- 'pom.xml'
42+
- 'toolchains.xml'
43+
2344

2445
jobs:
2546
build:

Jenkinsfile

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)