We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ef894 commit 66fd062Copy full SHA for 66fd062
.github/workflows/main.yml .github/workflows/master.yml
@@ -2,9 +2,9 @@ name: Python CI
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ master ]
6
pull_request:
7
8
# Run on the 1st and 15th of each month, at 4:47AM UTC, to check for breakages due to e.g., sympy-dev.
9
schedule:
10
- cron: '47 4 1,15 * *'
0 commit comments