Skip to content

Commit 6c9c4b4

Browse files
committed
Update GitHub Actions CI workflow triggers.
1 parent 39d0901 commit 6c9c4b4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: CI
2-
on: [push, workflow_dispatch]
2+
on:
3+
push:
4+
branches: [master]
5+
pull_request:
6+
workflow_dispatch:
37
jobs:
48
prettier:
59
name: Prettier

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- Reordered and renamed scripts.
1515
- Replaced `npm run` with `node --run`.
1616
- Updated GitHub Actions CI config:
17+
- Updated workflow triggers.
1718
- Run checks in separate jobs.
1819
- Removed custom step names.
1920
- Updated `actions/checkout` to v5.

0 commit comments

Comments
 (0)