diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44c5cde..8cc0bf7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,12 +1,18 @@ on: - push: + workflow_dispatch: branches: - - master + - main + inputs: + testinput: + description: "test" + default: "test" jobs: heroku-deploy: runs-on: ubuntu-latest steps: + - run: | + echo "testinput: ${{ github.event.inputs.testinput }}" - uses: actions/checkout@v2 - uses: akhileshns/heroku-deploy@v3.7.8 # This is the action with: