Update ci.yml

This commit is contained in:
tteckster 2024-01-25 01:29:36 -05:00 committed by GitHub
parent dc37502d15
commit d094ffcfd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 5 deletions

View File

@ -2,12 +2,13 @@ name: CI
on: on:
push: push:
branches: branches: [ "gh-pages" ]
- gh-pages
workflow_dispatch:
jobs: jobs:
ci: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - uses: actions/checkout@v3
uses: actions/checkout@v4