Skip to content

Commit

Permalink
Merge pull request #19 from cs169/cycomachead-patch-1
Browse files Browse the repository at this point in the history
Allow Manually triggering CI run
  • Loading branch information
cycomachead authored Feb 11, 2025
2 parents 368ce60 + 5e7c14f commit eff6d3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build

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

jobs:
build:
Expand Down

0 comments on commit eff6d3b

Please sign in to comment.