We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33f69e commit 2b9a9dbCopy full SHA for 2b9a9db
.github/workflows/build.yml
@@ -3,9 +3,7 @@ description: Build Node.js project on push or pull request to master branch so w
3
4
on:
5
push:
6
- branches: ['master']
7
- pull_request:
8
+ workflow_dispatch:
9
10
jobs:
11
build:
.github/workflows/check_style.yml
@@ -2,8 +2,8 @@ name: Check Style
2
description: Check code style using ESLint and Prettier on pull requests to ensure code quality and consistency.
+ push:
lint-format:
.github/workflows/test.yml
@@ -1,8 +1,9 @@
1
name: CI - Test
pull_request:
- types: [opened, synchronize, reopened]
test:
0 commit comments