Skip to content

Commit 12b1753

Browse files
committed
chore(ci): run lint, test, and docs on pull requests
Rename ci-main.yml to ci.yml and add a pull_request trigger so PRs targeting main get the same lint/test/docs signal as post-merge runs. Job names are unchanged so existing required-status-check rules keep working.
1 parent 7a5f848 commit 12b1753

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
name: ci-main
1+
name: ci
22

33
on:
44
push:
55
branches:
66
- main
7+
pull_request:
8+
branches:
9+
- main
710
workflow_dispatch:
811

912
permissions:
1013
contents: read
1114

1215
concurrency:
13-
group: ci-main-${{ github.ref }}
16+
group: ci-${{ github.ref }}
1417
cancel-in-progress: true
1518

1619
jobs:

0 commit comments

Comments
 (0)