Skip to content

Commit

Permalink
switch new_deployment to main
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed Mar 11, 2024
1 parent 66cdae6 commit 4259efe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
uses: datavisyn/github-workflows/.github/workflows/build-node-python.yml@new_deployment
uses: datavisyn/github-workflows/.github/workflows/build-node-python.yml@main
secrets: inherit
with:
cypress_enable: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ on: workflow_dispatch

jobs:
publish:
uses: datavisyn/github-workflows/.github/workflows/publish-node-python.yml@new_deployment
uses: datavisyn/github-workflows/.github/workflows/publish-node-python.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ on: workflow_dispatch

jobs:
release:
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@new_deployment
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@main
secrets: inherit

0 comments on commit 4259efe

Please sign in to comment.