Skip to content

Commit

Permalink
ci: do not trigger tests in main (#4692)
Browse files Browse the repository at this point in the history
  • Loading branch information
knqyf263 committed Jun 22, 2023
1 parent 337c0b7 commit e1770e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Test
on:
push:
branches-ignore:
- 'main'
paths-ignore:
- '**.md'
- 'docs/**'
Expand Down

0 comments on commit e1770e0

Please sign in to comment.