create pipeline

This commit is contained in:
p53209761 2024-07-19 15:30:03 +08:00
parent 65c30a6fba
commit 1603e8740d
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# action name
name: test2
# 什么时候触发这个workflow
on:
jobs:
job1:
# 运行环境
runs-on: 'ubuntu-latest'
steps: