Skip to content

Commit

Permalink
Adding GitTerra to pull requests (all default events)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Mar 17, 2024
1 parent 5a7749d commit bc6db32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
push:
branches:
- main
pull_request:
jobs:
play-gitterra:
runs-on: ubuntu-latest
Expand All @@ -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

Expand Down

0 comments on commit bc6db32

Please sign in to comment.