Skip to content

Commit

Permalink
Add run build flow on push
Browse files Browse the repository at this point in the history
Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
maxlambrecht committed Mar 8, 2024
1 parent 4649f50 commit 6211e16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pr_build.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: PR Build
name: Build

on:
pull_request: {}
workflow_dispatch: {}
push:
pull_request:
workflow_dispatch:

permissions:
contents: read

jobs:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Java SPIFFE Library

[![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)
[![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)
[![Coverage Status](https://coveralls.io/repos/github/spiffe/java-spiffe/badge.svg)](https://coveralls.io/github/spiffe/java-spiffe?branch=main)

## Overview
Expand Down

0 comments on commit 6211e16

Please sign in to comment.