From bc6db320b7cf5c81cd8cda85437668e75dc3f409 Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Sun, 17 Mar 2024 14:16:08 -0400 Subject: [PATCH] Adding GitTerra to pull requests (all default events) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 076ef57..c8fda39 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ on: push: branches: - main + pull_request: jobs: play-gitterra: runs-on: ubuntu-latest @@ -32,7 +33,9 @@ jobs: uses: GitTerraGame/Play-GitTerra-Action@main ``` -You can tweak it further to run it on different events or branches. Most commonly, if your repository uses the legacy `master` branch instead of the `main` branch, you should change the `branches` value to `master`. +You can tweak it further to run it on different events or branches. + +Most commonly, if your repository uses the legacy `master` branch instead of the `main` branch, you should change the `branches` value to `master`. #### Add a badge to you README