Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/src/web-ui/postcss…
Browse files Browse the repository at this point in the history
…-8.4.31
  • Loading branch information
BastLeblanc authored Oct 12, 2023
2 parents 6f647d9 + f9795bb commit 1c1438d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build-ui.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build UI
on: [pull_request]
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Ruff
on: [ push, pull_request ]
on:
pull_request:
push:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ A sample retail web application and workshop platform intended as an educational

# Build Status

![Ruff](https://github.com/aws-samples/retail-demo-store/actions/workflows/ruff.yml/badge.svg)
![UI Build](https://github.com/aws-samples/retail-demo-store/actions/workflows/build-ui.yml/badge.svg)
![Ruff](https://github.com/aws-samples/retail-demo-store/actions/workflows/ruff.yml/badge.svg?branch=master)
![UI Build](https://github.com/aws-samples/retail-demo-store/actions/workflows/build-ui.yml/badge.svg?branch=master)

**This project is intended for educational purposes only and not for production use.**

Expand Down

0 comments on commit 1c1438d

Please sign in to comment.