diff options
Diffstat (limited to '.github/workflows/test-ci.yml')
-rw-r--r-- | .github/workflows/test-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index ddc5a5f3..701b4fd2 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml | |||
@@ -5,7 +5,7 @@ name: Test CI | |||
5 | 5 | ||
6 | on: | 6 | on: |
7 | push: | 7 | push: |
8 | branches: [master, repo-1, stable, maint] | 8 | branches: [main, repo-1, stable, maint] |
9 | tags: [v*] | 9 | tags: [v*] |
10 | 10 | ||
11 | jobs: | 11 | jobs: |