chore: Only run full build process on PR updates

pull/6441/head
Michael Li 3 months ago
parent af3848e797
commit 9f371e4b8b

@ -3,11 +3,15 @@ name: build
on:
push:
branches:
- '**'
- 'main'
- 'release/**'
tags-ignore:
- '**'
paths-ignore:
- 'website/**'
pull_request:
paths-ignore:
- 'website/**'
workflow_call:
workflow_dispatch:

Loading…
Cancel
Save