Skip to content

Commit f7b6ed6

Browse files
authored
ci: GitHubCI - no need to just run in master branch (#3840)
When a contributor wants to create a PR for commitlint, the normal thing for him to do first is fork the repo and create a branch with a different name than master. Then, if he pushes his commits, he should be able to see the CI status of his fixes before he opens the PR.
1 parent ad2637f commit f7b6ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- '**'
77
pull_request:
88
types: [opened, synchronize]
99

0 commit comments

Comments
 (0)