We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54760a1 commit 2db82f4Copy full SHA for 2db82f4
1 file changed
.github/workflows/package-development-workflow.yml
@@ -1,7 +1,7 @@
1
# This workflow is going to be used during the development phase of the project
2
# The workflow builds and tests the the sources on the following triggers:
3
# - once a change is pushed to the main branch or any of its sub-branches
4
-name: Library development workflow
+name: Package development workflow
5
6
on:
7
push:
@@ -22,7 +22,7 @@ on:
22
path:
23
required: false
24
type: string
25
- default: "."
+ default: "AX"
26
27
permissions:
28
contents: read # required for checkout
0 commit comments