We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf4094 commit 70fcc69Copy full SHA for 70fcc69
2 files changed
.github/workflows/main.yml
@@ -4,9 +4,11 @@ on:
4
push:
5
branches:
6
- master
7
+ - master-next # FIXME:eddeee888 Remove once done
8
pull_request:
9
10
11
+ - master-next # FIXME:eddeee888 Remove once released
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.ref }}
README.md
@@ -1,4 +1,4 @@
1
-TODO:eddeee888
+FIXME:eddeee888
2
3
<div>
<img src="./logo.svg" width="150px" alt="GraphQL Code Generator logo"/>
0 commit comments