Skip to content

Commit

Permalink
Update CI configuration to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Apr 23, 2024
1 parent b0df4db commit 2aa6c6c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-build.sh
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main/ci-build.sh
sh ci-build.sh
2 changes: 1 addition & 1 deletion .github/setup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-setup-github-actions.sh
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main/ci-setup-github-actions.sh
sh ci-setup-github-actions.sh
23 changes: 0 additions & 23 deletions .github/workflows/build-pr.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ name: build
on:
push:
branches:
- master
- main
tags:
- "*-[0-9]+.*"
pull_request:
branches:
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![](https://github.com/fiji/simplified-io/actions/workflows/build-main.yml/badge.svg)](https://github.com/fiji/simplified-io/actions/workflows/build-main.yml)
[![Build Status](https://github.com/fiji/simplified-io/actions/workflows/build.yml/badge.svg)](https://github.com/fiji/simplified-io/actions/workflows/build.yml)

Simplified-IO
=============
Expand Down

0 comments on commit 2aa6c6c

Please sign in to comment.