Skip to content

fix: removed transformers validation that does not have apply_for_ref… #27

fix: removed transformers validation that does not have apply_for_ref…

fix: removed transformers validation that does not have apply_for_ref… #27

Workflow file for this run

name: Create Greenmask release
on:
workflow_dispatch:
push:
tags:
- 'v*'
jobs:
tests:
uses: ./.github/workflows/tests.yml
build:
uses: ./.github/workflows/build.yml
needs:
- tests
secrets: inherit
docs:
uses: ./.github/workflows/docs.yml
needs:
- build