15 lines
202 B
YAML
15 lines
202 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
tags-ignore:
|
|
- 'v*'
|
|
branches:
|
|
- "**"
|
|
pull_request:
|
|
schedule:
|
|
- cron: '0 0 * * *'
|
|
|
|
jobs:
|
|
ci:
|
|
uses: smallstep/workflows/.github/workflows/goCI.yml@main
|