stub action
parent
3bccaabb1d
commit
798e1a11c1
|
|
@ -0,0 +1,21 @@
|
|||
name: cicd
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'cmd/**'
|
||||
- 'src/**'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
name: ci
|
||||
runs-on: dind
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: ci
|
||||
run: |
|
||||
bash ./build.sh
|
||||
Loading…
Reference in New Issue