1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 21:53:26 +00:00

ci: skip test for invalid PRs (#2013)

This commit is contained in:
Cotes Chung
2024-10-26 16:58:07 +08:00
committed by GitHub
parent 74ed06321c
commit c7f967529c
4 changed files with 36 additions and 22 deletions

View File

@@ -1,4 +1,5 @@
name: "CI"
on:
push:
branches:
@@ -11,7 +12,7 @@ on:
- "docs/**"
- "README.md"
- "LICENSE"
pull_request:
workflow_call:
jobs:
build:
@@ -43,3 +44,7 @@ jobs:
- name: Test Site
run: bash tools/test.sh
check-commit:
needs: build
uses: ./.github/workflows/commitlint.yml