We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bca11f commit 9ba54efCopy full SHA for 9ba54ef
1 file changed
.github/workflows/api-reference-validation.yml
@@ -4,7 +4,10 @@ on:
4
# schedule:
5
# # Every Thursday at 8 PM UTC
6
# - cron: '0 20 * * 4'
7
- workflow_dispatch:
+ pull_request:
8
+ # Sequence of patterns matched against refs/heads
9
+ branches:
10
+ - main
11
12
concurrency:
13
group: api-reference-validation
0 commit comments