Skip to content

Commit b130be7

Browse files
chore(ci): limit release doctor target branches (#17)
1 parent 281eb9e commit b130be7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-doctor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Release Doctor
22
on:
33
pull_request:
4+
branches:
5+
- main
46
workflow_dispatch:
57

68
jobs:

0 commit comments

Comments
 (0)