servo/tests/wpt/web-platform-tests/.github/main.workflow

10 lines
243 B
HCL

workflow "Build & Release Manifest" {
on = "push"
resolves = ["manifest-build-and-tag"]
}
action "manifest-build-and-tag" {
uses = "./tools/docker/github"
runs = ["python", "tools/ci/manifest_build.py"]
secrets = ["GITHUB_TOKEN"]
}