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.
1 parent 39d0901 commit 6c9c4b4Copy full SHA for 6c9c4b4
.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
@@ -14,6 +14,7 @@
14
- Reordered and renamed scripts.
15
- Replaced `npm run` with `node --run`.
16
- Updated GitHub Actions CI config:
17
+ - Updated workflow triggers.
18
- Run checks in separate jobs.
19
- Removed custom step names.
20
- Updated `actions/checkout` to v5.
0 commit comments