Skip to content

Commit 7bdb3c7

Browse files
committed
CI: combine dual workflows into one
1 parent f892d3d commit 7bdb3c7

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

.github/workflows/build-pr.yml

-23
This file was deleted.

.github/workflows/build-main.yml .github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: build
22

33
on:
4+
pull_request:
5+
branches:
6+
- master
47
push:
58
branches:
69
- master

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![](https://img.shields.io/maven-central/v/org.scijava/scijava-common.svg)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.scijava%22%20AND%20a%3A%22scijava-common%22)
2-
[![](https://github.com/scijava/scijava-common/actions/workflows/build-main.yml/badge.svg)](https://github.com/scijava/scijava-common/actions/workflows/build-main.yml)
2+
[![](https://github.com/scijava/scijava-common/actions/workflows/build.yml/badge.svg)](https://github.com/scijava/scijava-common/actions/workflows/build.yml)
33
[![developer chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://imagesc.zulipchat.com/#narrow/stream/327237-SciJava)
44

55
SciJava Common is a common library for SciJava software. It provides a

0 commit comments

Comments
 (0)