Skip to content

Commit ea1d566

Browse files
committed
Attempt to fix "Test Python" CI workflow not running for this PR
1 parent 1ae5b52 commit ea1d566

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
- main
77
pull_request:
88
branches:
9-
- main
9+
- "*"
1010
schedule:
11-
- cron: "0 0 * * *"
11+
- cron: "0 0 * * 0"
1212

1313
jobs:
1414
docs:

.github/workflows/test-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
pull_request:
88
branches:
9-
- main
9+
- "*"
1010

1111
jobs:
1212
javascript:

.github/workflows/test-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
- main
77
pull_request:
88
branches:
9-
- main
9+
- "*"
1010
schedule:
11-
- cron: "0 0 * * *"
11+
- cron: "0 0 * * 0"
1212

1313
jobs:
1414
python-source:

0 commit comments

Comments
 (0)