diff --git a/.github/workflows/autodeploy.yml b/.github/workflows/autodeploy.yml index e85ae9f5..927caedf 100644 --- a/.github/workflows/autodeploy.yml +++ b/.github/workflows/autodeploy.yml @@ -4,6 +4,8 @@ on: push: branches: [ staging, master ] + workflow_dispatch: + env: BUILD_NONSSL: ${{ secrets.BUILD_NONSSL }} BUILD_SSL: ${{ secrets.BUILD_SSL }} @@ -52,4 +54,4 @@ jobs: environment: production steps: - name: Push to hosted environments - uses: GoldenChrysus/autobuilder@0.1.7 \ No newline at end of file + uses: GoldenChrysus/autobuilder@0.1.7