File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ description: Build Node.js project on push or pull request to master branch so w
33
44on :
55 push :
6- branches : ['master']
7- pull_request :
8- branches : ['master']
6+ workflow_dispatch :
97
108jobs :
119 build :
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Check Style
22description : Check code style using ESLint and Prettier on pull requests to ensure code quality and consistency.
33
44on :
5- pull_request :
6- branches : ['master']
5+ push :
6+ workflow_dispatch :
77
88jobs :
99 lint-format :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: CI - Test
22
33on :
44 pull_request :
5- types : [opened, synchronize, reopened]
5+ workflow_dispatch :
66
77jobs :
88 test :
You can’t perform that action at this time.
0 commit comments