Skip to content

Commit

Permalink
added workflow dispatch to be able to run workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Gissebass committed Nov 9, 2024
1 parent fec2580 commit ba3016f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
types: [opened, synchronize, reopened, closed]
branches:
- master
workflow_dispatch:

jobs:
build_and_deploy_job:
Expand Down

0 comments on commit ba3016f

Please sign in to comment.