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