diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aef81b120ba..782c7230f3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,10 @@ name: continuous-integration on: pull_request: + types: + - opened + - reopened + - synchronize paths-ignore: - '**/*.md' - '.gitlab-ci.yml' @@ -51,8 +55,8 @@ jobs: outputs: IMAGE: ${{ steps.set_image.outputs.IMAGE }} steps: - - id: set_image - run: echo "IMAGE=${{ env.IMAGE }}" >> $GITHUB_OUTPUT + - id: set_image + run: echo "IMAGE=${{ env.IMAGE }}" >> $GITHUB_OUTPUT spellcheck: runs-on: ubuntu-latest @@ -589,3 +593,4 @@ jobs: # of this flag. scripts/for_all_contracts_exec.sh --path integration-tests -- cargo doc --manifest-path {} \ --document-private-items --verbose --no-deps +