Skip to content

Commit

Permalink
Updated trigger conditions in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jongpie committed Sep 18, 2024
1 parent b203f60 commit 5bce9d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,20 @@ env:

on:
push:
branches:
- main
paths:
- .github/workflows/**
- config/scratch-orgs/**
- nebula-logger/**
- sfdx-project.json
pull_request:
types: [opened, synchronize, reopened]
paths:
- .github/workflows/**
- config/scratch-orgs/**
- nebula-logger/**
- sfdx-project.json

jobs:
code-quality-tests:
Expand Down

0 comments on commit 5bce9d0

Please sign in to comment.