Skip to content

Commit 9ee0761

Browse files
committed
add access transformer to workflow triggers
1 parent 736ad4b commit 9ee0761

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- "**.kts"
1414
- "**.properties"
1515
- "**/build.yml"
16+
- "**/accesstransformer.cfg"
1617
pull_request:
1718
branches:
1819
- "1.21.1"
@@ -22,6 +23,7 @@ on:
2223
- "**.kts"
2324
- "**.properties"
2425
- "**/build.yml"
26+
- "**/accesstransformer.cfg"
2527

2628
concurrency:
2729
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)