We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71e55ae + 6c9c4b4 commit c39bd5bCopy full SHA for c39bd5b
.github/workflows/ci.yml
@@ -1,5 +1,9 @@
1
name: CI
2
-on: [push, workflow_dispatch]
+on:
3
+ push:
4
+ branches: [master]
5
+ pull_request:
6
+ workflow_dispatch:
7
jobs:
8
prettier:
9
name: Prettier
changelog.md
@@ -18,6 +18,7 @@
18
- Reordered and renamed scripts.
19
- Replaced `npm run` with `node --run`.
20
- Updated GitHub Actions CI config:
21
+ - Updated workflow triggers.
22
- Run checks in separate jobs.
23
- Removed custom step names.
24
- Updated `actions/checkout` to v5.
0 commit comments