Skip to content

Commit cfcebc6

Browse files
authored
chore: only run the CI on main and PRs (#1839)
1 parent fd21e2e commit cfcebc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: CI
22
on:
33
push:
4-
branches-ignore:
5-
- dependabot/**
4+
branches:
5+
- main
66
paths:
77
- package*.json
88
- '**/*.md'

0 commit comments

Comments
 (0)