Skip to content

Commit

Permalink
Allow triggering workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
tomb1n0 committed May 15, 2024
1 parent 3b2f522 commit 0e30a14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: build-images
on:
push:
branches:
- "master"
- "master
workflow_dispatch:
jobs:
build:
Expand Down

0 comments on commit 0e30a14

Please sign in to comment.