diff2html/.github/workflows/ci.yml
Rodrigo Fernandes c89192a37f wip
2023-01-06 21:49:15 +00:00

12 lines
185 B
YAML

name: ci
on:
pull_request:
branches: [master]
jobs:
test-and-publish:
uses: ./.github/workflows/test-and-publish.yml
with:
environment: dev
secrets: inherit