diff --git a/.github/workflows/auto-pull-request.yml b/.github/workflows/auto-pull-request.yml new file mode 100644 index 0000000..8061d48 --- /dev/null +++ b/.github/workflows/auto-pull-request.yml @@ -0,0 +1,15 @@ +name: Manual Dispatch + +on: + workflow_dispatch: + +jobs: + run: + runs-on: ubuntu-latest + steps: + - name: Check out repository + uses: actions/checkout@v4 + - name: Run a script + uses: ./ + with: + src-branch: "release-stg" \ No newline at end of file