Skip to content

Commit 61f49f0

Browse files
committed
upd
1 parent edc7666 commit 61f49f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-graphql-compat-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
# only on merge to main.
55
# it's rare that this workflow would
66
# show us an error, but when it does it's important!
7-
branches: [main, graphiql-v4]
7+
branches: [main]
88
# don't run this regression suite if we don't need to
99
paths-ignore:
1010
- '**.md'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
push:
5-
branches: [main, graphiql-v4]
5+
branches: [main]
66
permissions: {}
77
jobs:
88
release:

0 commit comments

Comments
 (0)