This commit is contained in:
parent
297521efdc
commit
fa2bb6797b
17
.gitea/workflows/build.yml
Normal file
17
.gitea/workflows/build.yml
Normal file
@ -0,0 +1,17 @@
|
||||
name: Build Site
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
pull_request:
|
||||
branches:
|
||||
- 'feat/**'
|
||||
- 'develop'
|
||||
|
||||
jobs:
|
||||
Build-Site:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: testing node
|
||||
run: node --version
|
Loading…
Reference in New Issue
Block a user