Skip to content

Commit

Permalink
fix: run check ci only when examples are changed
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jerry-ye committed May 13, 2024
1 parent 8fd0321 commit db708ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: check
name: check examples

on:
push:
branches:
- main
pull_request:
paths:
- examples
schedule:
- cron: '* * * * 2'

Expand Down

0 comments on commit db708ea

Please sign in to comment.