Skip to content

Commit 6dc9e4c

Browse files
authored
Add CI to push on main branch (#483)
1 parent c36620b commit 6dc9e4c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/all-pr-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
name: "All Pull Request Tests"
22

33
on:
4+
push:
5+
branches:
6+
- develop
7+
- main
48
pull_request:
59
branches:
610
- develop
11+
- main
712
types: [opened, synchronize, reopened, ready_for_review]
813

914
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Requires PHP: 8.2
4343

4444
License: GPL v2 or later
4545

46-
[![Testing Suite](https://github.com/alleyinteractive/create-wordpress-plugin/actions/workflows/all-pr-tests.yml/badge.svg)](https://github.com/alleyinteractive/create-wordpress-plugin/actions/workflows/all-pr-tests.yml)
46+
[![Testing Suite](https://github.com/alleyinteractive/create-wordpress-plugin/actions/workflows/all-pr-tests.yml/badge.svg?branch=develop)](https://github.com/alleyinteractive/create-wordpress-plugin/actions/workflows/all-pr-tests.yml)
4747

4848
A skeleton WordPress plugin.
4949

0 commit comments

Comments
 (0)