Skip to content

Commit

Permalink
Updating the dev workflow to build on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Feb 6, 2024
1 parent e2bf4a3 commit d1ae737
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-dev-argo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ on:
- 'feature/**'
paths:
- 'k8s/overlays/dev/**'
pull_request:
types:
- opened
- reopened
- synchronize
paths:
- 'k8s/overlays/dev/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit d1ae737

Please sign in to comment.