Skip to content

Commit

Permalink
fix(ci): Run jobs just in PR or master branch
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed Sep 8, 2023
1 parent 616ba0c commit 85704e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Commitlint
on: [push, pull_request]
on:
push:
branches: [ master ]
tags:
- v*
pull_request:
branches: [ master ]

jobs:
lint:
Expand Down

0 comments on commit 85704e7

Please sign in to comment.