Skip to content

feat: add posts label option #422

feat: add posts label option

feat: add posts label option #422

Workflow file for this run

---
name: CI
permissions:
contents: read
"on":
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@zola
- name: Build
run: zola build
release:
needs: [build]
name: Release
permissions:
contents: write
if: github.repository_owner == 'charlesrocket' && startsWith(github.ref, 'refs/tags/')
uses: ./.github/workflows/cd.yml