1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-22 09:18:08 +00:00

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

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