mirror of
https://github.com/tteck/Proxmox.git
synced 2025-01-03 19:01:55 +00:00
15 lines
162 B
YAML
15 lines
162 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches: [ "gh-pages" ]
|
|
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v3
|