From: Haoqun Jiang Date: Mon, 28 Mar 2022 10:38:38 +0000 (+0800) Subject: ci: allow all pull requests to trigger CI X-Git-Tag: v3.1.9~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4981540838b2209dd0b884e16e2899bd9c59f37e;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: allow all pull requests to trigger CI --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 055a06e0..596a8dc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: - CONTRIBUTING.md pull_request: branches: - - main + - '**' jobs: test: runs-on: ${{ matrix.os }}