Skip to content

Commit 5bce9d0

Browse files
committed
Updated trigger conditions in build.yml
1 parent b203f60 commit 5bce9d0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,20 @@ env:
88

99
on:
1010
push:
11+
branches:
12+
- main
1113
paths:
1214
- .github/workflows/**
1315
- config/scratch-orgs/**
1416
- nebula-logger/**
17+
- sfdx-project.json
1518
pull_request:
1619
types: [opened, synchronize, reopened]
1720
paths:
1821
- .github/workflows/**
1922
- config/scratch-orgs/**
2023
- nebula-logger/**
24+
- sfdx-project.json
2125

2226
jobs:
2327
code-quality-tests:

0 commit comments

Comments
 (0)