Skip to content

Commit 1965508

Browse files
committed
improve build trigger
1 parent f3c321a commit 1965508

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
name: ci
1+
name: build
22

33
on:
44
push:
5-
paths:
6-
- 'src/**'
7-
- 'build.gradle'
8-
- '.github/**'
5+
branches:
6+
- '**'
7+
paths-ignore:
8+
- 'gradle.properties'
9+
- 'LICENSE'
10+
- 'README.md'
11+
- 'docs/**'
12+
tags-ignore:
13+
- 'v*'
14+
workflow_dispatch:
915

1016
jobs:
1117
build:

0 commit comments

Comments
 (0)