Skip to content

Cleaner types. Added select and textarea onChange handler. (#15) #22

Cleaner types. Added select and textarea onChange handler. (#15)

Cleaner types. Added select and textarea onChange handler. (#15) #22

name: "@iwsio/forms: PUSH to main"
on:
push:
branches: [ main ]
paths:
- 'forms/**'
jobs:
tests:
if: ${{ !contains(github.event.head_commit.message, '#skip') }}
uses: ./.github/workflows/forms-test.yaml
secrets: inherit
version:
if: ${{ !contains(github.event.head_commit.message, '#skip') }}
needs: tests
uses: ./.github/workflows/forms-version.yaml
secrets: inherit
publish:
if: ${{ !contains(github.event.head_commit.message, '#skip') }}
needs: version
uses: ./.github/workflows/forms-publish.yaml
secrets: inherit
deploy_demo:
if: ${{ !contains(github.event.head_commit.message, '#skip') }}
needs: version
uses: ./.github/workflows/demo-deploy.yaml
secrets: inherit