Skip to content

Commit

Permalink
consent forms workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jshanna100 committed Dec 5, 2024
1 parent 03dcd6f commit 7feb934
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/forms.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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 }}


0 comments on commit 7feb934

Please sign in to comment.