Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Added workflow_dispatch to run workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZanatta committed Jul 15, 2024
1 parent 19ec593 commit fd75d9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Build and push docker image
on:
push:
branches: [main]
workflow_dispatch:

env:
REGISTRY: registry.snakectf.org
Expand Down

0 comments on commit fd75d9b

Please sign in to comment.