Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6211e16

Browse files
committedMar 8, 2024··
Add run build flow on push
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
1 parent 4649f50 commit 6211e16

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
 

‎.github/workflows/pr_build.yml ‎.github/workflows/build.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
name: PR Build
1+
name: Build
22

33
on:
4-
pull_request: {}
5-
workflow_dispatch: {}
4+
push:
5+
pull_request:
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
610

711
jobs:
812

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Java SPIFFE Library
22

3-
[![Build Status](https://github.com/spiffe/java-spiffe/actions/workflows/pr_build.yml/badge.svg)](https://github.com/spiffe/java-spiffe/actions/workflows/pr_build.yml)
3+
[![Build Status](https://github.com/spiffe/java-spiffe/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/spiffe/java-spiffe/actions/workflows/build.yml?query=branch%3Amain)
44
[![Coverage Status](https://coveralls.io/repos/github/spiffe/java-spiffe/badge.svg)](https://coveralls.io/github/spiffe/java-spiffe?branch=main)
55

66
## Overview

0 commit comments

Comments
 (0)
Please sign in to comment.