Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Build and Test
on:
pull_request:
types: [ opened, synchronize ]
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to GitHub Pages
name: Build, Test and Publish to GitHub Pages
on:
push:
branches:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
[![Publis to GitHub Pages](https://github.com/antusus/multiplcation-table-react/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/antusus/multiplcation-table-react/actions/workflows/gh-pages.yml)
![Platform](https://img.shields.io/badge/node-20-blue)

[![Build and Test](https://github.com/antusus/multiplcation-table-react/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/antusus/multiplcation-table-react/actions/workflows/build-and-test.yml)
[![Publish to GitHub Pages](https://github.com/antusus/multiplcation-table-react/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/antusus/multiplcation-table-react/actions/workflows/gh-pages.yml)
[![Build, Test and Publish to GitHub Pages](https://github.com/antusus/multiplcation-table-react/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/antusus/multiplcation-table-react/actions/workflows/gh-pages.yml)
![Platform](https://img.shields.io/badge/node-20-blue)

# Getting Started with Create React App
Expand Down
Loading