mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
fix(ci): split commit workflows and run no-merge-commits only on PRs
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
This commit is contained in:
parent
5957488638
commit
91f0106563
1 changed files with 0 additions and 9 deletions
|
|
@ -1,8 +1,6 @@
|
|||
name: Commits
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
|
|
@ -11,13 +9,6 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
conventional-commits:
|
||||
name: Conventional Commits
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: webiny/action-conventional-commits@v1.3.0
|
||||
|
||||
no-merge-commits:
|
||||
name: No Merge Commits
|
||||
runs-on: ubuntu-latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue