diff --git a/.github/workflows/devportal-update.yml b/.github/workflows/devportal-update.yml index c7593c2..d626b15 100644 --- a/.github/workflows/devportal-update.yml +++ b/.github/workflows/devportal-update.yml @@ -4,6 +4,8 @@ on: push: paths: - 'README.md' + branches: + - main jobs: update-docs: diff --git a/README.md b/README.md index 25dfbb2..37a175d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ In this tutorial, you'll learn how to set up your Foundry development environmen Before starting the dApp, make sure to have the following prerequisites: 1. **Familiarity with Smart Contracts:** - - If you’re new to smart contracts, consider learning the basics. Understanding how smart contracts work will enhance your experience with Rootstock development. + - If you’re new to smart contracts, consider learning the basics. Understanding how smart contracts work will enhance your experience with developing on Rootstock. 2. **Foundry installation using [Foundryup](https://book.getfoundry.sh/getting-started/installation#using-foundryup):** - To install, visit the official [Foundry documentation](https://book.getfoundry.sh/getting-started/installation#using-foundryup), for more information.