Skip to content

Commit 96228bc

Browse files
authored
chore: create PR to update openrpc only when it hits main (#4299)
Signed-off-by: Luis Mastrangelo <[email protected]>
1 parent b66490c commit 96228bc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/openrpc-updater.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ on:
66
- main
77
paths:
88
- 'docs/openrpc.json'
9-
pull_request:
10-
branches:
11-
- main
12-
paths:
13-
- 'docs/openrpc.json'
9+
# Needs to be removed for now
10+
# pull_request:
11+
# branches:
12+
# - main
13+
# paths:
14+
# - 'docs/openrpc.json'
1415
workflow_dispatch:
1516

1617
permissions:

0 commit comments

Comments
 (0)