Skip to content

Commit

Permalink
chore(github): update workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenChrysus committed Apr 30, 2024
1 parent 8f53c7a commit 5095e38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/autodeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: [ staging, master ]

workflow_dispatch:

env:
BUILD_NONSSL: ${{ secrets.BUILD_NONSSL }}
BUILD_SSL: ${{ secrets.BUILD_SSL }}
Expand Down Expand Up @@ -52,4 +54,4 @@ jobs:
environment: production
steps:
- name: Push to hosted environments
uses: GoldenChrysus/autobuilder@0.1.7
uses: GoldenChrysus/autobuilder@0.1.7

0 comments on commit 5095e38

Please sign in to comment.