Skip to content

Commit 29340ee

Browse files
committed
Default branch change
1 parent 4f8d59b commit 29340ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version_check.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ println("Manifest.toml version: ", manifest_version)
8080

8181
errors = []
8282

83-
if ENV["TARGET_IS_MASTER"] == "true"
83+
if ENV["TARGET_IS_MAIN"] == "true"
8484
# This environment variable is set by the GitHub Actions workflow. If it is
8585
# true, fetch the latest version from GitHub and update files to match this
8686
# version if necessary.

0 commit comments

Comments
 (0)