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 b203f60 commit 5bce9d0Copy full SHA for 5bce9d0
1 file changed
.github/workflows/build.yml
@@ -8,16 +8,20 @@ env:
8
9
on:
10
push:
11
+ branches:
12
+ - main
13
paths:
14
- .github/workflows/**
15
- config/scratch-orgs/**
16
- nebula-logger/**
17
+ - sfdx-project.json
18
pull_request:
19
types: [opened, synchronize, reopened]
20
21
22
23
24
25
26
jobs:
27
code-quality-tests:
0 commit comments