Skip to content

Commit

Permalink
add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jochemloedeman committed Aug 25, 2024
1 parent d207f9f commit 3a1622b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ env:
APP_LOCATION: "/" # location of your client code
OUTPUT_LOCATION: "build" # location of client code build output


on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -25,7 +27,6 @@ permissions:

jobs:
build_and_deploy:
if: github.event_name == 'push'
runs-on: ubuntu-latest
name: Build and Deploy
steps:
Expand Down

0 comments on commit 3a1622b

Please sign in to comment.