X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fci.yml;h=e180d71e99944cd0e3ac5b2795617855cfccffbb;hb=2c23bc1e9a51b8cf1594b11f85d0fdc384307832;hp=cdeb918394383e022e989c32f323468e00f6c6e0;hpb=12257749724afce52b5e384001deb77a4dd24a59;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdeb9183..e180d71e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,7 @@ name: CI on: push: - branches: - - ${{ github.event.repository.default_branch }} + branches: [master] pull_request: types: [opened, synchronize, reopened] workflow_dispatch: @@ -27,7 +26,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis. This is needed for better sonar - - name: Set node version to ${{ matrix.node }} + - name: Setup node ${{ matrix.node }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }}