Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Allow manual triggering of build.
  • Loading branch information
jbush001 authored Jan 22, 2024
1 parent 144016e commit 15a8324
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: CI

on:
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
build:
Expand All @@ -16,4 +17,4 @@ jobs:
run: sudo apt-get install -y iverilog
- uses: actions/checkout@v1
- name: Run Tests
run: make test
run: make test

0 comments on commit 15a8324

Please sign in to comment.