Skip to content

Commit 0b7dc57

Browse files
committed
add todo to gha path ignore
1 parent a765cfb commit 0b7dc57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '.github/**' # Release GHA file, please change this when you change the file name
1313
- 'LICENSE'
1414
- 'README.md'
15+
- 'TODO.md'
1516
- '.editorconfig'
1617
workflow_dispatch:
1718

@@ -60,4 +61,4 @@ jobs:
6061
uses: actions/upload-artifact@v4
6162
with:
6263
name: ModularUI-${{ steps.gradle_properties.outputs.modVersion }}-${{ github.run_number }}
63-
path: build/libs
64+
path: build/libs

0 commit comments

Comments
 (0)