Skip to content

Commit

Permalink
Allow manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Apr 20, 2024
1 parent b6eff33 commit a9a76b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
FROM ubuntu:24.04
FROM ubuntu:24.04

0 comments on commit a9a76b2

Please sign in to comment.