aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 2d9d5d7..11276c2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -261,5 +261,5 @@ plausible_script = "https://plausible.neuromancer.sk/js/script.js"
plausible_enabled = (
'GITHUB_ACTION' in os.environ
and os.environ.get('GITHUB_REPOSITORY', '').lower() == 'j08ny/pyecsca'
- and os.environ.get('GITHUB_REF') == 'refs/heads/main'
+ and os.environ.get('GITHUB_REF') == 'refs/heads/master'
)