Skip to content

Commit 9385b52

Browse files
committed
Updated trigger critier in build.yml
1 parent 4738670 commit 9385b52

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@ name: Build
22

33
on:
44
pull_request:
5-
branches: [main]
5+
types: [opened, synchronize, reopened]
6+
paths-ignore:
7+
- 'README.md'
8+
- 'Contributing.md'
9+
- 'CODE_OF_CONDUCT.md'
10+
- 'LICENSE'
11+
- '.gitignore'
12+
- '.npmrc'
13+
- '.prettierrc'
614

715
jobs:
816
build:

0 commit comments

Comments
 (0)