add two new filters to skip options pages or filter fields #25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger Satis Build | |
on: | |
- release | |
- push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: kingandpartners/dispatch-workflow@main | |
with: | |
token: ${{ secrets.KINGMACHINE_WORKFLOW_TOKEN }} | |
repo: kingandpartners/kingandpartners-composer | |
workflow_id: partial-build.yml | |
inputs: '{"package_name": "kingandpartners/elastic-press"}' |