Skip to content

Commit a3e9bb5

Browse files
committed
fix(ci): s
1 parent a13b5d3 commit a3e9bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo "Undoing changes to autogenerated files"
1818
git checkout -- src/data/examples.json
1919
git checkout -- src/pages/postgraphile/usage-*.md
2020

21-
if [ "$GITHUB_TOKEN" != "" ] && [ "$GITHUB_BASE_REF" == "" ] && [ "$GITHUB_REF" == "ref/heads/develop" ]; then
21+
if [ "$GITHUB_TOKEN" != "" ] && [ "$GITHUB_BASE_REF" == "" ] && [ "$GITHUB_REF" == "refs/heads/develop" ]; then
2222
echo "GITHUB_TOKEN is specified"
2323

2424
# git diff-index only looks at modified timestamps; this update-index call

0 commit comments

Comments
 (0)