ci: bootstrap checks for main-aptos

This commit is contained in:
abhigyantrumio 2026-07-21 14:41:31 +05:30
parent 1abcac9c16
commit 2582b9351c
7 changed files with 7 additions and 7 deletions

View file

@ -75,7 +75,7 @@ on:
type: boolean
default: true
pull_request:
branches: [main]
branches: [main, main-aptos]
paths:
# Any build-affecting change under a vendored grammar triggers a rebuild —
# not just a version bump — so editing the vendored source (parser.c,

View file

@ -2,7 +2,7 @@ name: CI
on:
pull_request:
branches: [main]
branches: [main, main-aptos]
paths-ignore: ['**.md', 'docs/**', 'LICENSE']
workflow_call:

View file

@ -8,7 +8,7 @@ name: CodeQL
on:
pull_request:
branches: [main]
branches: [main, main-aptos]
paths-ignore: ['**.md', 'docs/**', 'LICENSE']
push:
branches: [main]

View file

@ -8,7 +8,7 @@ name: Dependency Review
on:
pull_request:
branches: [main]
branches: [main, main-aptos]
permissions:
contents: read

View file

@ -8,7 +8,7 @@ name: Gitleaks
on:
pull_request:
branches: [main]
branches: [main, main-aptos]
push:
branches: [main]

View file

@ -3,7 +3,7 @@ name: PR Description Check
on:
pull_request:
types: [opened, edited, reopened]
branches: [main]
branches: [main, main-aptos]
permissions:
pull-requests: write

View file

@ -11,7 +11,7 @@ name: Workflow Lint
on:
pull_request:
branches: [main]
branches: [main, main-aptos]
paths:
- '.github/**'