Skip to content

Commit c1457aa

Browse files
committed
Update GitHub Actions workflow triggers to use li-0.11 branch
Replace 'main' with 'li-0.11' in push branch triggers since li-0.11 is the default branch for this fork and main does not exist.
1 parent 8dee48a commit c1457aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-md-link.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
- '.github/workflows/check-md-link.yml'
2626
- 'mkdocs/**'
2727
branches:
28-
- 'main'
28+
- 'li-0.11'
2929
pull_request:
3030
paths:
3131
- '.github/workflows/check-md-link.yml'

.github/workflows/python-ci-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name: "Python CI Docs"
2222
on:
2323
push:
2424
branches:
25-
- 'main'
25+
- 'li-0.11'
2626
pull_request:
2727

2828

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name: "Python CI"
2222
on:
2323
push:
2424
branches:
25-
- 'main'
25+
- 'li-0.11'
2626
pull_request:
2727
paths:
2828
- '**' # Include all files and directories in the repository by default.

0 commit comments

Comments
 (0)