Skip to content

Commit

Permalink
add workflow_dispatch: trigger for staging and preview
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleinen committed Jul 5, 2023
1 parent 37bda12 commit 80647d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: [ main ]

workflow_dispatch:

jobs:
deploy:
if: github.repository == 'htw-imi-showtime/showtime-website'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: [ main ]

workflow_dispatch:

jobs:
deploy:
if: github.repository == 'htw-imi-showtime/showtime-website'
Expand Down

0 comments on commit 80647d7

Please sign in to comment.