diff --git a/.github/workflows/test-drupal-setup.yml b/.github/workflows/test-drupal-setup.yml index 93451cc2b..370d19ce1 100644 --- a/.github/workflows/test-drupal-setup.yml +++ b/.github/workflows/test-drupal-setup.yml @@ -6,14 +6,14 @@ on: branches: - '6.**' pull_request: - types: [opened, reopened] + types: [opened, reopened, edited] jobs: test-drupal-setup: name: Build and install drupal project runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup PHP run: | sudo update-alternatives --set php /usr/bin/php8.1