Skip to content

Commit

Permalink
chore: changes in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
antusus committed Nov 23, 2024
1 parent 51f297d commit aaf3e2e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
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

0 comments on commit aaf3e2e

Please sign in to comment.