Ver código fonte

fix(cta): remove branch from `workflow_dispatch` (#2212)

david 4 anos atrás
pai
commit
6874cc6b7a
1 arquivos alterados com 0 adições e 4 exclusões
  1. 0 4
      .github/workflows/test-cta.yml

+ 0 - 4
.github/workflows/test-cta.yml

@@ -7,8 +7,6 @@ name: test create-tauri-app
 on:
   workflow_dispatch:
     inputs:
-      branch:
-        default: "dev"
       platform:
         default: "ubuntu"
   pull_request:
@@ -35,8 +33,6 @@ jobs:
 
     steps:
       - uses: actions/checkout@v2
-        with:
-          ref: ${{ github.head_ref || github.event.inputs.branch }}
       - name: install stable
         uses: actions-rs/toolchain@v1
         with: