Skip to content

Commit

Permalink
Merge pull request #106 from InsightSoftwareConsortium/build-action
Browse files Browse the repository at this point in the history
BUG: Update build configuration
  • Loading branch information
thewtex authored Sep 30, 2024
2 parents 065c431 + 85916dc commit d28eb25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: Build Deploy
name: Build

on:
push:
branches:
- master
- main
pull_request:
branches:
- main

jobs:
build-deploy:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# insightsoftwareconsortium.org

[![Build Deploy](https://github.com/InsightSoftwareConsortium/insightsoftwareconsortium.org/actions/workflows/build-deploy.yml/badge.svg)](https://github.com/InsightSoftwareConsortium/insightsoftwareconsortium.org/actions/workflows/build-deploy.yml)
[![Build](https://github.com/InsightSoftwareConsortium/insightsoftwareconsortium.org/actions/workflows/build.yml/badge.svg)](https://github.com/InsightSoftwareConsortium/insightsoftwareconsortium.org/actions/workflows/build.yml)
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](http://numfocus.org)
[![Netlify Status](https://api.netlify.com/api/v1/badges/eb97a4fa-5a24-41f7-995c-affeb811763c/deploy-status)](https://app.netlify.com/sites/insightsoftwareconsortium/deploys)

Fleek hosted:

Expand Down

0 comments on commit d28eb25

Please sign in to comment.