We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc7666 commit 61f49f0Copy full SHA for 61f49f0
.github/workflows/pr-graphql-compat-check.yml
@@ -4,7 +4,7 @@ on:
4
# only on merge to main.
5
# it's rare that this workflow would
6
# show us an error, but when it does it's important!
7
- branches: [main, graphiql-v4]
+ branches: [main]
8
# don't run this regression suite if we don't need to
9
paths-ignore:
10
- '**.md'
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release
2
3
on:
push:
permissions: {}
jobs:
release:
0 commit comments