Skip to content

Commit

Permalink
fix(git workflow): fixing Push is not disabled in Main branch on Te…
Browse files Browse the repository at this point in the history
…st Site (#1472)

Co-authored-by: Dewen Li <dli94@its.jnj.com>
  • Loading branch information
dewen and Dewen Li committed Mar 17, 2022
1 parent b766fed commit 8ee741e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sites/__cxstarter__/.env.site
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Git commits are disabled by default.
# To enable it - uncomment the following line.
BODILESS_BACKEND_COMMIT_ENABLED='1'
# BODILESS_BACKEND_COMMIT_ENABLED='1'

# The Backend Data Save is enabled by default.
# To disable it - uncomment the following line.
Expand Down
2 changes: 1 addition & 1 deletion sites/test-site/.env.site
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Git commits are disabled by default.
# To enable it - uncomment the following line.
BODILESS_BACKEND_COMMIT_ENABLED='1'
# BODILESS_BACKEND_COMMIT_ENABLED='1'

# The Backend Data Save is enabled by default.
# To disable it - uncomment the following line.
Expand Down

0 comments on commit 8ee741e

Please sign in to comment.