Skip to content

Commit b302667

Browse files
committed
trigger build only for interesting changes
1 parent 7d5c617 commit b302667

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
name: CI
1+
name: ci
22

3-
on: [push]
3+
on:
4+
push:
5+
paths:
6+
- 'src/**'
7+
- 'build.gradle'
8+
- '.github/**'
49

510
jobs:
611
build:

0 commit comments

Comments
 (0)