mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-29 18:13:10 +01:00
16 lines
164 B
YAML
16 lines
164 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- gh-pages
|
|
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v3
|