Skip to content

Commit

Permalink
add workflow_dispatch to deploy database action
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed Apr 15, 2024
1 parent 17362a3 commit b06228c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Deploy Database
on:
push:
branches: [master, release]
workflow_dispatch:

permissions:
id-token: write

Expand Down

0 comments on commit b06228c

Please sign in to comment.