diff --git a/.github/workflows/forms.yml b/.github/workflows/forms.yml index d18e349..68f9fee 100644 --- a/.github/workflows/forms.yml +++ b/.github/workflows/forms.yml @@ -3,18 +3,18 @@ on: paths: - project*.toml - .github/workflows/forms.yml - jobs: - build-deploy: - runs-on: ubuntu-latest - strategy: - matrix: - language: - - de - - en - steps: - - name: Generate Forms - uses: s-ccs/consentform_gh_action@main - with: - language: ${{ matrix.language }} +jobs: + build-deploy: + runs-on: ubuntu-latest + strategy: + matrix: + language: + - de + - en + steps: + - name: Generate Forms + uses: s-ccs/consentform_gh_action@main + with: + language: ${{ matrix.language }} \ No newline at end of file