From: Eduardo San Martin Morote Date: Mon, 29 Mar 2021 11:59:07 +0000 (+0200) Subject: ci: correct branch X-Git-Tag: v2.0.0-alpha.8~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c85b887141e09ded79587c6e9e046f0226212d7;p=thirdparty%2Fvuejs%2Fpinia.git ci: correct branch --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 20fe3547..23a68b5d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: test on: push: - branches: [main] + branches: [v2] pull_request: - branches: [main] + branches: [v2] jobs: build: