Skip to content

Commit

Permalink
Remove workflow_dispatch event from deployment
Browse files Browse the repository at this point in the history
We don't want to trigger the deployment workflow for security reasons.
  • Loading branch information
batbattur authored Dec 5, 2023
1 parent 861ddfa commit acf505f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
push:
branches:
- main
# Allow running this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build_image:
Expand Down

0 comments on commit acf505f

Please sign in to comment.