Skip to content

Commit 6dfff5c

Browse files
authored
Merge pull request #8094 from segmentio/test-branch-october2025
Allow deploy previews on all `develop` PRs
2 parents 0b470e8 + 4e24d70 commit 6dfff5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
command = "yarn develop"
1111
# Check this file to see if the site should build. ignore.sh checks for the presence of
1212
# [netlify-build] in the commit message
13-
ignore = "./scripts/ignore.sh"
13+
# ignore = "./scripts/ignore.sh"
1414

1515
[context.branch-deploy]
1616
command = "yarn build"

src/connections/destinations/catalog/gameball/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ Set up your [custom `track` events in Gameball](https://help.gameball.co/en/arti
5555

5656
All `track` events _must_ contain a `userID` property.
5757

58-
Segment sends `track` calls to Gameball as a `track` event.
58+
Segment sends `track` calls to Gameball as a `track` event.

0 commit comments

Comments
 (0)