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 ec97899 commit df4f06aCopy full SHA for df4f06a
.github/workflows/licensecheck.yml
@@ -7,7 +7,13 @@ on: # https://docs.github.com/en/actions/reference/workflows-and-actions/events
7
- 'dependabot/**' # prevent GHA triggered twice (once for commit to the branch and once for opening/syncing the PR)
8
tags-ignore: # don't build tags
9
- '**'
10
+ paths:
11
+ - '**/pom.xml'
12
+ - '**/*.target'
13
pull_request:
14
15
16
17
workflow_dispatch:
18
# https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#workflow_dispatch
19
inputs:
0 commit comments