Skip to content

Commit c80d307

Browse files
prevent double tests (#60)
1 parent 7ea3b3e commit c80d307

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ An example workflow that uses this action might look like this:
1111
```yaml
1212
name: Run tests
1313

14-
on: [push, pull_request]
14+
on:
15+
push:
16+
branches:
17+
- master
18+
- main
19+
pull_request:
1520

1621
jobs:
1722
test:

0 commit comments

Comments
 (0)