Skip to content

Commit

Permalink
add paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Jul 26, 2024
1 parent 3fbddbf commit 521cddb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ name: PR Build on Dev
on:
pull_request:
types: [labeled, synchronize]
# paths:
# - frontend/**
# - backend/**
paths:
- frontend/**
- backend/**

env:
# VERSION: 0.2.0
GIT_URL: https://github.com/bcgov/lcfs.git
TOOLS_NAMESPACE: ${{ secrets.OPENSHIFT_NAMESPACE_PLATE }}-tools
DEV_NAMESPACE: ${{ secrets.OPENSHIFT_NAMESPACE_PLATE }}-dev
Expand Down

0 comments on commit 521cddb

Please sign in to comment.