Skip to content

Commit c39bd5b

Browse files
committed
Merge branch 'master' into add-support-for-include-unused-variables-option
2 parents 71e55ae + 6c9c4b4 commit c39bd5b

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
@@ -18,6 +18,7 @@
1818
- Reordered and renamed scripts.
1919
- Replaced `npm run` with `node --run`.
2020
- Updated GitHub Actions CI config:
21+
- Updated workflow triggers.
2122
- Run checks in separate jobs.
2223
- Removed custom step names.
2324
- Updated `actions/checkout` to v5.

0 commit comments

Comments
 (0)