feat: Add support for atLeast and atMost with matching rule definitions #12
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 update to docs.pact.io | |
on: | |
# temp trigger by workflow_dispatch whilst testing | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
paths: | |
- '**.md' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger docs.pact.io update workflow | |
uses: peter-evans/repository-dispatch@v2 | |
with: | |
token: ${{ secrets.GHTOKENFORTRIGGERINGPACTDOCSUPDATE }} | |
repository: pact-foundation/docs.pact.io | |
event-type: pact-plugins-docs-updated |