Skip to content

Commit e84a3cd

Browse files
authored
chore: allow manual runs of push workflow (#1)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 205d758 commit e84a3cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323
- "lesson_15/tdd/**"
2424
- "lesson_16/objects/**"
2525
- "lesson_17/bank/**"
26+
workflow_dispatch:
2627
jobs:
2728
build:
2829
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)