Skip to content

Commit 9799b79

Browse files
authored
ci(perf): only conventional commit on master (ruifm#69)
1 parent 6077925 commit 9799b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
pr_conventional_commit:
1212
name: PR Conventional Commit
13-
if: ${{ github.ref != 'refs/heads/main' }}
13+
if: ${{ github.ref != 'refs/heads/master' }}
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)