diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc467de..db2d36e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Continuous Integration on: push: - branches: [ main, develop, 'feature/*', 'hotfix/*' ] + branches: [ main, develop, 'feature/*', 'feat/*', 'hotfix/*' ] pull_request: branches: [ main, develop ] workflow_dispatch: diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index e557a46..920e42c 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -2,7 +2,7 @@ name: Security Scanning on: push: - branches: [ main, develop ] + branches: [ main, develop, 'feat/*' ] pull_request: branches: [ main, develop ] schedule: