Skip to content

Commit aee87ea

Browse files
authored
Also run PR checks on main (#1309)
* Run PR checks on on main and rename to "ci" * Add status badge * Fix name
1 parent d5d07ac commit aee87ea

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/pr.yml renamed to .github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
name: PR
1+
name: ci
22

33
on:
4+
push:
5+
branches:
6+
- main
47
pull_request:
58

69
permissions:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# docs-builder
22

3+
[![ci](https://github.com/elastic/docs-builder/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/elastic/docs-builder/actions/workflows/ci.yml)
4+
35
You've reached the home of the latest incarnation of the documentation tooling.
46

57
This repository is host to:

0 commit comments

Comments
 (0)