Files
ytdlp2strm/.gitea/workflows/cicd.yaml
Bel LaPointe bb73ae723b
All checks were successful
cicd / ci (push) Successful in 1m5s
build.sh triggers
2025-05-25 12:14:06 -06:00

23 lines
300 B
YAML

name: cicd
on:
push:
branches:
- main
paths:
- 'cmd/**'
- 'src/**'
- 'build.sh'
schedule:
- cron: '0 0 * * *'
jobs:
ci:
name: ci
runs-on: dind
steps:
- name: checkout
uses: actions/checkout@v3
- name: ci
run: |
bash ./build.sh