1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

ci: avoid trigger redundant workflows (#1682)

CodeQL and Sytle Lint
This commit is contained in:
Cotes Chung
2024-04-17 06:00:36 +08:00
committed by GitHub
parent bf16d6039a
commit c85e9e2394
2 changed files with 4 additions and 7 deletions

View File

@@ -2,6 +2,7 @@ name: "CodeQL"
on:
push:
branches: ["master"]
paths: ["_javascript/**/*.js"]
pull_request:
paths: ["_javascript/**/*.js"]