Skip to content

Commit

Permalink
Merge pull request #47 from KonferCA/pipe/46/test-before-deployment
Browse files Browse the repository at this point in the history
Pipe/46/test before deployment
  • Loading branch information
juancwu authored Nov 11, 2024
2 parents 83edf48 + 31002ae commit 5ab28b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-preview.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Deploy Preview
on:
push:
workflow_run:
workflows: ["Run Tests"]
types:
- completed
branches:
- 'main'
jobs:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Tests On PR
name: Run Tests
on:
push:
branches:
- 'main'
pull_request:
branches: ["main"]
jobs:
Expand Down

0 comments on commit 5ab28b4

Please sign in to comment.