We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5c617 commit b302667Copy full SHA for b302667
1 file changed
.github/workflows/ci.yaml
@@ -1,6 +1,11 @@
1
-name: CI
+name: ci
2
3
-on: [push]
+on:
4
+ push:
5
+ paths:
6
+ - 'src/**'
7
+ - 'build.gradle'
8
+ - '.github/**'
9
10
jobs:
11
build:
0 commit comments