diff options
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6179bb2b..603a5613 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -2,7 +2,7 @@ name: test | |||
2 | 2 | ||
3 | on: | 3 | on: |
4 | push: | 4 | push: |
5 | branches: main | 5 | branches: master |
6 | pull_request: | 6 | pull_request: |
7 | branches: '*' | 7 | branches: '*' |
8 | 8 | ||