Skip to content

Commit 84f3e5a

Browse files
committed
Update GitHub Actions to use external conan-package workflow and rename package.yml to npm-package.yml
1 parent 314d021 commit 84f3e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- 'CMakeLists.txt'
1515
- 'tools/**'
1616
- 'tests/**'
17-
- '.github/workflows/package.yml'
17+
- 'npm-package.yml'
1818
branches:
1919
- main
2020
- dev
@@ -27,7 +27,7 @@ on:
2727

2828
jobs:
2929
conan-package:
30-
uses: ./.github/workflows/conan-package.yml
30+
uses: ultimaker/libnest2d/.github/workflows/conan-package.yml@main
3131

3232
npm-package:
3333
needs: [ conan-package ]

0 commit comments

Comments
 (0)