Skip to content

Commit 6ea93ed

Browse files
authored
Merge pull request #7329 from Youssef1313/patch-4
build: Run conventional commits for all branches
2 parents 981ab0d + 13d3aeb commit 6ea93ed

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Conventional Commits
22

3-
on:
4-
pull_request:
5-
branches:
6-
- master
7-
- release/*
3+
on: [pull_request]
84

95
env:
106
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)