mirror of https://github.com/tteck/Proxmox.git
Update ci.yml
This commit is contained in:
parent
dc37502d15
commit
d094ffcfd3
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue