Skip to content

Commit

Permalink
switch the workflow to main
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Sep 27, 2024
1 parent ed26b32 commit 36c082d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- conan

uses:
mmomtchev/magickwand.js/.github/workflows/build.yml@xpack-install
mmomtchev/magickwand.js/.github/workflows/build.yml@main
with:
native: true
wasm: false
Expand All @@ -93,7 +93,7 @@ jobs:
platform: [ubuntu-latest]

uses:
mmomtchev/magickwand.js/.github/workflows/build.yml@xpack-install
mmomtchev/magickwand.js/.github/workflows/build.yml@main
with:
native: true
wasm: false
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- windows-latest

uses:
mmomtchev/magickwand.js/.github/workflows/build.yml@xpack-install
mmomtchev/magickwand.js/.github/workflows/build.yml@main
with:
native: true
wasm: false
Expand All @@ -137,7 +137,7 @@ jobs:
needs: swig

uses:
mmomtchev/magickwand.js/.github/workflows/build.yml@xpack-install
mmomtchev/magickwand.js/.github/workflows/build.yml@main
with:
native: true
wasm: false
Expand All @@ -155,7 +155,7 @@ jobs:
needs: swig

uses:
mmomtchev/magickwand.js/.github/workflows/build.yml@xpack-install
mmomtchev/magickwand.js/.github/workflows/build.yml@main
with:
native: false
wasm: true
Expand All @@ -170,7 +170,7 @@ jobs:
needs: swig

uses:
mmomtchev/magickwand.js/.github/workflows/build.yml@xpack-install
mmomtchev/magickwand.js/.github/workflows/build.yml@main
with:
native: false
wasm: true
Expand All @@ -187,7 +187,7 @@ jobs:
needs: swig

uses:
mmomtchev/magickwand.js/.github/workflows/build.yml@xpack-install
mmomtchev/magickwand.js/.github/workflows/build.yml@main
with:
native: true
wasm: false
Expand Down

0 comments on commit 36c082d

Please sign in to comment.