Skip to content

Commit

Permalink
Create forms.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
behinger authored Jul 12, 2024
1 parent 4411a70 commit 5d8be44
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/forms.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
paths:
project*.toml
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 5d8be44

Please sign in to comment.