Skip to content

Commit

Permalink
run tests after build of new dev images
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfoolong committed Jul 24, 2024
1 parent bce34d7 commit ac4a059
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Framelix Unit Tests
on:
workflow_run:
workflows: ['Build and Deploy Docker Image']
types: [completed]
branches:
- master
push:
branches:
- master
Expand Down

0 comments on commit ac4a059

Please sign in to comment.