Skip to content

Commit 81c20f8

Browse files
committed
Thou shalt run
1 parent 30d55ae commit 81c20f8

3 files changed

Lines changed: 3 additions & 64 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches: [ "master" ]
55
paths:
66
- "**/src/**"
7-
- "*.gradle.kts"
7+
- "**/*.gradle.kts"
88
workflow_dispatch:
99

1010
permissions:

.github/workflows/enws-missing-keys.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

.github/workflows/publish-snapshot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "master" ]
66
paths:
77
- "**/src/**"
8+
- "**/*.gradle.kts"
9+
workflow_dispatch:
810

911
env:
1012
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

0 commit comments

Comments
 (0)