Skip to content

Commit

Permalink
add workflow dispatch to build cause need to push 11 to hub again
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 committed Oct 14, 2024
1 parent ff547c7 commit 7bc181e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Docker

on: [push, pull_request, workflow_dispatch]
on:
push:
branches:
- default
pull_request:
branches:
- default
workflow_dispatch:

jobs:
#test building image for PR without push
Expand Down

0 comments on commit 7bc181e

Please sign in to comment.