@@ -2,7 +2,8 @@
name: Disperse configuration
"on":
- - push
+ push:
+ branches: [ main, master ]
jobs:
build:
@@ -3,6 +3,7 @@ name: API Docs
on:
push:
pull_request:
schedule:
- cron: "0 6 * * *" # Daily 6AM UTC build
@@ -2,6 +2,7 @@ name: Build Python distributions
@@ -2,6 +2,7 @@ name: Python tests