Skip to content

Commit c64aed2

Browse files
committed
Change workflow branches to main.
1 parent 21f656b commit c64aed2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: docs
33
on:
44
push:
55
branches:
6-
- dev_v0.0.8 # Change this to your branch name (e.g., docs, dev, etc.)
6+
- main
77
workflow_dispatch: # Allows manual triggering
88

99
permissions:

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: pre-commit
33
on:
44
pull_request:
55
push:
6-
branches: [dev_v0.0.8]
6+
branches: [main]
77

88
jobs:
99
pre-commit:

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pytest
22

33
on:
44
push:
5-
branches: [dev_v0.0.8]
5+
branches: [main]
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)