Skip to content

Commit 2db82f4

Browse files
committed
Changed default path for automatic testing
1 parent 54760a1 commit 2db82f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package-development-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow is going to be used during the development phase of the project
22
# The workflow builds and tests the the sources on the following triggers:
33
# - once a change is pushed to the main branch or any of its sub-branches
4-
name: Library development workflow
4+
name: Package development workflow
55

66
on:
77
push:
@@ -22,7 +22,7 @@ on:
2222
path:
2323
required: false
2424
type: string
25-
default: "."
25+
default: "AX"
2626

2727
permissions:
2828
contents: read # required for checkout

0 commit comments

Comments
 (0)