Skip to content

Commit

Permalink
Add workflow dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: Dillon Barnes <[email protected]>
  • Loading branch information
DillonB07 authored Feb 24, 2023
1 parent c1d44c1 commit f9c6b80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Docker Runner
on:
push:
branches: [ master ]
workflow_dispatch:

jobs:
run:
Expand All @@ -21,4 +22,4 @@ jobs:
# run: python3 -m exendlr RCC-Discord-Bot "ready"

- name: Cleanup Unused Images
run: docker image prune -f
run: docker image prune -f

0 comments on commit f9c6b80

Please sign in to comment.