Skip to content

Run GitHub workflow for PRs, not pushes #16

Run GitHub workflow for PRs, not pushes

Run GitHub workflow for PRs, not pushes #16

Workflow file for this run

name: Check Open Catalog Web

Check failure on line 1 in .github/workflows/check-webpage.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-webpage.yml

Invalid workflow file

`pull-request` is not a valid event name
on:
push:
pull-request:
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '22'
- name: Build Docusaurus website
run: |
npm install
npm run build