mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
ci: bootstrap checks for main-aptos
This commit is contained in:
parent
1abcac9c16
commit
2582b9351c
7 changed files with 7 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -2,7 +2,7 @@ name: CI
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, main-aptos]
|
||||
paths-ignore: ['**.md', 'docs/**', 'LICENSE']
|
||||
workflow_call:
|
||||
|
||||
|
|
|
|||
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
|
@ -8,7 +8,7 @@ name: CodeQL
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, main-aptos]
|
||||
paths-ignore: ['**.md', 'docs/**', 'LICENSE']
|
||||
push:
|
||||
branches: [main]
|
||||
|
|
|
|||
2
.github/workflows/dependency-review.yml
vendored
2
.github/workflows/dependency-review.yml
vendored
|
|
@ -8,7 +8,7 @@ name: Dependency Review
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, main-aptos]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
2
.github/workflows/gitleaks.yml
vendored
2
.github/workflows/gitleaks.yml
vendored
|
|
@ -8,7 +8,7 @@ name: Gitleaks
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, main-aptos]
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
|
|
|
|||
2
.github/workflows/pr-description-check.yml
vendored
2
.github/workflows/pr-description-check.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/workflow-lint.yml
vendored
2
.github/workflows/workflow-lint.yml
vendored
|
|
@ -11,7 +11,7 @@ name: Workflow Lint
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, main-aptos]
|
||||
paths:
|
||||
- '.github/**'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue