Skip to content

Commit

Permalink
wf dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleinen committed Jun 11, 2024
1 parent 1f9384a commit b53783d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-production-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: Tryout 10.6.2024

on:
workflow_dispatch:
push:
branches: [ main ]
release:
types: [published]


jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: DEPLOY PRODUCTION

on:
workflow_dispatch:
release:
types: [published]

Expand Down

0 comments on commit b53783d

Please sign in to comment.