diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f421865..dbbb80f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,11 +4,11 @@ on: push: branches: - main - - master + - develop pull_request: branches: - main - - master + - develop jobs: ci: @@ -23,7 +23,7 @@ jobs: - name: Checkout 🛎 uses: actions/checkout@master - - run: cd nuxt + - run: cd nuxt && echo 'test' - name: Setup node env 🏗 uses: actions/setup-node@v2.1.5 with: