Skip to content

Add automatic draft feature #39

Add automatic draft feature

Add automatic draft feature #39

Workflow file for this run

name: Build pages on Pull Request
on:
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build pages
uses: ./.github/actions/build