Skip to content

Commit 9ba54ef

Browse files
committed
edit workflow
1 parent 7bca11f commit 9ba54ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/api-reference-validation.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
# schedule:
55
# # Every Thursday at 8 PM UTC
66
# - cron: '0 20 * * 4'
7-
workflow_dispatch:
7+
pull_request:
8+
# Sequence of patterns matched against refs/heads
9+
branches:
10+
- main
811

912
concurrency:
1013
group: api-reference-validation

0 commit comments

Comments
 (0)