From d094ffcfd30438d71374977eb20f0c9be74f571b Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 25 Jan 2024 01:29:36 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbd6cb68..2a483775 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,12 +2,13 @@ name: CI on: push: - branches: - - gh-pages + branches: [ "gh-pages" ] + + workflow_dispatch: jobs: - ci: + build: runs-on: ubuntu-latest + steps: - - name: Checkout code - uses: actions/checkout@v4 \ No newline at end of file + - uses: actions/checkout@v3