summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 899203d..53833ec 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,10 +2,10 @@ name: Build
on:
push:
- branches: [master]
+ branches: [main]
tags: ['v*']
pull_request:
- branches: [master]
+ branches: [main]
workflow_dispatch:
env:
LATEST_PY_VERSION: '3.10'