Files
ukraine-timemap/.github/workflows/cd.yml
2021-05-24 22:16:48 -07:00

20 lines
494 B
YAML

name: CD
on:
push:
branches: [ feature/allow-for-multiple-categories ]
# pull_request:
# branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger CD build
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.CI_DISPATCH_TOKEN }}
repository: forensic-architecture/configs
event-type: remote-build
client-payload: '{"runtime_args": "timemap", "branch": "${GITHUB_REF##*/}"}'