Skip to content

Commit

Permalink
Merge pull request #42 from dominant-strategies/use-master
Browse files Browse the repository at this point in the history
use master for cicd
  • Loading branch information
robertlincecum authored Mar 7, 2024
2 parents faaa1a8 + d0f4cb1 commit 216c336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
call-common-workflow:
uses: dominant-strategies/quai-cicd/.github/workflows/cut-release-common.yml@main
with:
branch: main
branch: ${{ github.event.inputs.branch }}
needs_build: true
needs_docker: false
install_command: "npm ci"
Expand Down

0 comments on commit 216c336

Please sign in to comment.