summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index d52088f..b00a866 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -2,7 +2,7 @@ name: Tests
on:
push:
branches:
- - master
+ - main
- '*.x'
paths-ignore:
- 'docs/**'
@@ -10,7 +10,7 @@ on:
- '*.rst'
pull_request:
branches:
- - master
+ - main
- '*.x'
paths-ignore:
- 'docs/**'