We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c9199 commit fdb1ddcCopy full SHA for fdb1ddc
.github/workflows/build.yml
@@ -3,8 +3,24 @@ on:
3
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests)
4
push:
5
branches: [ main ]
6
+ paths:
7
+ - ".github/workflows/build.yml"
8
+ - "src/**"
9
+ - "gradle/**"
10
+ - "*gradle.kts"
11
+ - "gradlew*"
12
+ - "gradle.properties"
13
+ - "README.md"
14
# Trigger the workflow on any pull request
15
pull_request:
16
17
18
19
20
21
22
23
24
25
jobs:
26
0 commit comments