Skip to content

Commit

Permalink
fix branches
Browse files Browse the repository at this point in the history
  • Loading branch information
dvvanessastoiber committed Dec 14, 2023
1 parent 8c099a8 commit 083f94b
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 @@ -8,5 +8,5 @@ on:

jobs:
build:
uses: datavisyn/github-workflows/.github/workflows/build-node.yml@main
uses: datavisyn/github-workflows/.github/workflows/build-node.yml@new_deployment
secrets: inherit
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.yml@main
uses: datavisyn/github-workflows/.github/workflows/publish-node.yml@new_deployment
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@main
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@new_deployment
secrets: inherit

0 comments on commit 083f94b

Please sign in to comment.