Skip to content

Commit

Permalink
Apply minor fixes to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cowuake committed Apr 13, 2024
1 parent c33cae2 commit d1fa66c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ on:
push:
branches:
- main
paths:
- .github/workflows/**
- schemius/**
- schemius-native/**
- schemius-web/**
pull_request:
branches:
- main
paths:
- .github/workflows/**
- schemius/**
- schemius-native/**
- schemius-web/**

jobs:
build-and-test:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Deploy Schemius web client
name: Publish Web Page

on:
push:
branches:
- main
paths:
- .github/workflows/**
- schemius/**
- schemius-web/**

env:
WORK_DIR: ./schemius-web
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schemius

[![CI](https://github.com/cowuake/schemius/actions/workflows/ci.yaml/badge.svg)](https://github.com/cowuake/schemius/actions/workflows/ci.yaml)
[![Web Client](https://github.com/cowuake/schemius/actions/workflows/deploy-web.yml/badge.svg?branch=main)](https://github.com/cowuake/schemius/actions/workflows/deploy-web.yml)
[![Publish Web Page](https://github.com/cowuake/schemius/actions/workflows/publish-web.yml/badge.svg?branch=main)](https://github.com/cowuake/schemius/actions/workflows/publish-web.yml)
[![Coverage Status](https://coveralls.io/repos/github/cowuake/schemius/badge.svg)](https://coveralls.io/github/cowuake/schemius)

A "toy" intepreter for the Scheme programming language aiming to be compliant with the R7RS-small standard.
Expand Down

0 comments on commit d1fa66c

Please sign in to comment.