Skip to content

Commit

Permalink
run e2e tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Jul 16, 2024
1 parent 032a0e0 commit e6c4781
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/run-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
---
name: "Run DCP Demo locally"
on:
push:
pull_request:
branches:
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
workflow_run:
workflows: [ "Verify" ]
types:
- completed

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit e6c4781

Please sign in to comment.