This commit is contained in:
parent
acb097d8f7
commit
e255f0343d
1 changed files with 14 additions and 10 deletions
|
@ -1,13 +1,17 @@
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
# jobs:
|
||||
# deploy:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
# uses: xxxxxxxxxxxxxxxx@xx
|
||||
# on:
|
||||
# push:
|
||||
# tags:
|
||||
# - 'v*'
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker # default is alpine:3.19
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- shell: ash
|
||||
run: |
|
||||
ls ${{ github.workspace }}
|
||||
|
||||
# - name: Setup Node.js
|
||||
# uses: xxxxxxxxxxxxxxxxxx@xx
|
||||
# with:
|
||||
|
|
Loading…
Reference in a new issue