Skip to content

Commit 20f2693

Browse files
author
Fawad Khaliq
authored
Run gh actions workflows on push as well (#386)
1 parent df6ef48 commit 20f2693

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: build
22
on:
3+
push:
4+
branches:
5+
- master
36
pull_request:
47
branches:
58
- master

.github/workflows/integration-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: integration-test
22
on:
3+
push:
4+
branches:
5+
- master
36
pull_request:
47
branches:
58
- master

.github/workflows/unit-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: unit-test
22
on:
3+
push:
4+
branches:
5+
- master
36
pull_request:
47
branches:
58
- master

docs/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
![Build](https://github.com/aws/aws-app-mesh-controller-for-k8s/workflows/Build/badge.svg?branch=master)
1+
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/aws/aws-app-mesh-controller-for-k8s/issues)
2+
![GitHub issues](https://img.shields.io/github/issues-raw/aws/aws-app-mesh-controller-for-k8s?style=flat)
3+
![GitHub](https://img.shields.io/github/license/aws/aws-app-mesh-controller-for-k8s?style=flat)
4+
5+
6+
![Build](https://github.com/aws/aws-app-mesh-controller-for-k8s/workflows/build/badge.svg?branch=master)
27
[![Go Report Card](https://goreportcard.com/badge/github.com/aws/aws-app-mesh-controller-for-k8s)](https://goreportcard.com/report/github.com/aws/aws-app-mesh-controller-for-k8s)
38

49
<p>

0 commit comments

Comments
 (0)