@@ -11,7 +11,12 @@ An example workflow that uses this action might look like this:
```yaml
```yaml
name:Run tests
name:Run tests
on:[push, pull_request]
on:
push:
branches:
- master
- main
pull_request:
jobs:
jobs:
test:
test:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.