diff --git a/.github/workflows/publish-on-fleek.yaml b/.github/workflows/publish-on-fleek.yaml index 6cf10c3c..a9ad4686 100644 --- a/.github/workflows/publish-on-fleek.yaml +++ b/.github/workflows/publish-on-fleek.yaml @@ -4,20 +4,18 @@ on: workflow_dispatch: inputs: source_branch: - description: "Publish content from branch (master|staging)" + description: 'Publish content from branch (master|staging-temp)' required: true - default: staging + default: staging-temp type: choice options: - - master - - staging + - master + - staging-temp jobs: - build-and-deploy: runs-on: ubuntu-latest steps: - - name: Checkout code ( Branch=${{ inputs.source_branch }} ) uses: actions/checkout@v4 with: diff --git a/fleek_staging.json b/fleek_staging-temp.json similarity index 100% rename from fleek_staging.json rename to fleek_staging-temp.json