Skip to content

Commit

Permalink
update test actions for cdk
Browse files Browse the repository at this point in the history
  • Loading branch information
nateglims committed Aug 23, 2023
1 parent 2a171d0 commit c746c45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-cdk.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Test CDK Demos Pipeline
on:
push:
branches: ["cdk-pipeline"]
branches: ["**"]
paths: ["demos-pipeline/**", ".github/workflows/test-cdk.yml"]
pull_request_target:
branches: ["cdk-pipeline"]
pull_request:
branches: ["**"]
paths: ["demos-pipeline/**", ".github/workflows/test-cdk.yml"]
jobs:
Run-CDK-Tests:
Expand Down

0 comments on commit c746c45

Please sign in to comment.