From 15a8324157bcb3c54271a714a91d61452fda9f9e Mon Sep 17 00:00:00 2001 From: Jeff Bush Date: Sun, 21 Jan 2024 17:50:41 -0800 Subject: [PATCH] Update ci.yml Allow manual triggering of build. --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e58aada..98a3435 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,11 @@ name: CI -on: +on: push: branches: [ master ] pull_request: branches: [ master ] + workflow_dispatch: jobs: build: @@ -16,4 +17,4 @@ jobs: run: sudo apt-get install -y iverilog - uses: actions/checkout@v1 - name: Run Tests - run: make test \ No newline at end of file + run: make test