create pipeline
This commit is contained in:
parent
65c30a6fba
commit
1603e8740d
|
@ -0,0 +1,9 @@
|
|||
# action name
|
||||
name: test2
|
||||
# 什么时候触发这个workflow
|
||||
on:
|
||||
jobs:
|
||||
job1:
|
||||
# 运行环境
|
||||
runs-on: 'ubuntu-latest'
|
||||
steps:
|
Loading…
Reference in New Issue