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