This commit is contained in:
5
.github/workflows/cicd.yml
vendored
5
.github/workflows/cicd.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '.github/**'
|
||||
# - '.github/**'
|
||||
- '.gitignore'
|
||||
branches:
|
||||
- main
|
||||
@@ -25,6 +25,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup golang
|
||||
|
||||
Reference in New Issue
Block a user