Skip to content

Commit

Permalink
Fix: make workflow callable
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed Jan 23, 2024
1 parent 3ecaf4e commit 937052f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
repository_dispatch:
types: [run]
workflow_dispatch: {}
workflow_call: {}
jobs:
build_and_push_to_registry:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 937052f

Please sign in to comment.