Skip to content

Commit 66fd062

Browse files
committed
main->master
1 parent 30ef894 commit 66fd062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml .github/workflows/master.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Python CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ master ]
88
# Run on the 1st and 15th of each month, at 4:47AM UTC, to check for breakages due to e.g., sympy-dev.
99
schedule:
1010
- cron: '47 4 1,15 * *'

0 commit comments

Comments
 (0)