From 9a24378c42a25c871ffd5719c905dbfa9d3e7191 Mon Sep 17 00:00:00 2001 From: Greg Lindahl Date: Sun, 1 Sep 2024 21:46:59 +0000 Subject: [PATCH] revive ci --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e66c0fa..c78705e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,15 +1,13 @@ name: CI on: - # runtime is erratic and up to an hour, so make this human-requested only + # runtime is erratic and up to an hour push: branches: - main pull_request: branches: - main - branches-ignore: - - main jobs: unit-tests: