Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2024 01:08:35 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5889ab4b1c79 - main - github: limit paths for style workflow
Message-ID:  <202412060108.4B618Zwt085058@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=5889ab4b1c79e9714390b65ef60a9d634e7ab45d

commit 5889ab4b1c79e9714390b65ef60a9d634e7ab45d
Author:     Ahmad Khalifa <ahmadkhalifa570@gmail.com>
AuthorDate: 2024-12-01 16:23:30 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-12-06 00:59:51 +0000

    github: limit paths for style workflow
    
    Signed-off-by: Ahmad Khalifa <ahmadkhalifa570@gmail.com>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1538
---
 .github/workflows/style.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml
index 0e7c1d8ca6d8..da7032e03eae 100644
--- a/.github/workflows/style.yml
+++ b/.github/workflows/style.yml
@@ -6,6 +6,7 @@ on:
   pull_request: # maybe pull_request_target
     branches: [ main ]
     types: [ opened, reopened, edited, synchronize ]
+    paths: [ '**.S', '**.c', '**.cc', '**.cpp', '**.h', '**.hh', '**.hpp' ]
 
 permissions:
   contents: read



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412060108.4B618Zwt085058>