Skip to content

Initial commit

Initial commit #1

Workflow file for this run

on:
push:
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 }}