File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- name : PR Build
1
+ name : Build
2
2
3
3
on :
4
- pull_request : {}
5
- workflow_dispatch : {}
4
+ push :
5
+ pull_request :
6
+ workflow_dispatch :
7
+
8
+ permissions :
9
+ contents : read
6
10
7
11
jobs :
8
12
Original file line number Diff line number Diff line change 1
1
# Java SPIFFE Library
2
2
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 )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/spiffe/java-spiffe/badge.svg )] ( https://coveralls.io/github/spiffe/java-spiffe?branch=main )
5
5
6
6
## Overview
You can’t perform that action at this time.
0 commit comments