Skip to content

Commit e55ab68

Browse files
committed
Updated the branches
1 parent 6eeb39b commit e55ab68

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ruff.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Ruff
22

33
on:
44
push:
5-
branches: ["*"]
5+
branches: [main]
66
pull_request:
7-
branches: ["*"]
7+
branches: [main]
88

99
permissions:
1010
contents: read

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
HED Python Tools Documentation
2-
=================================
1+
HED Python tools
2+
================
33

4-
Welcome to the HED Python Tools documentation. This package provides comprehensive tools for working with Hierarchical Event Descriptors (HED) in Python.
4+
Welcome to the HED Python tools documentation. This package provides comprehensive tools for working with Hierarchical Event Descriptors (HED) in Python.
55

66
.. toctree::
77
:maxdepth: 2

0 commit comments

Comments
 (0)