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