working pipeline
This commit is contained in:
6
.github/workflows/cd-frontend.yml
vendored
6
.github/workflows/cd-frontend.yml
vendored
@@ -2,8 +2,10 @@ name: Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
|
||||
tags:
|
||||
- v**
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build_site:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user