diff --git a/.github/workflows/validate-macsetup.yaml b/.github/workflows/validate-macsetup.yaml index 14dd252..c0f6d05 100644 --- a/.github/workflows/validate-macsetup.yaml +++ b/.github/workflows/validate-macsetup.yaml @@ -1,6 +1,12 @@ name: Validate macsetup.sh -on: [push, pull_request] +on: + push: + paths-ignore: + - 'README.md' + pull_request: + paths-ignore: + - 'README.md' jobs: validate-macsetup: diff --git a/README.md b/README.md index 0b28b8a..a02a56b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Mac Setup Script -[![Build Status](https://github.com/yourusername/macsetup/actions/workflows/validate-macsetup.yaml/badge.svg)](https://github.com/yourusername/macsetup/actions) +[![Build Status](https://github.com/bhanurp/macsetup/actions/workflows/validate-macsetup.yaml/badge.svg)](https://github.com/bhanurp/macsetup/actions) This script automates the installation, configuration, and verification of various tools and applications on a macOS system using Homebrew. It leverages a JSON configuration file to define the tools to be installed, their installation commands, verification commands, and additional metadata. This makes it easy to distribute and manage tool installations across multiple systems.