Skip to content

Commit

Permalink
run test code on push and PR again
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardchalstrey1 committed Feb 15, 2024
1 parent 87f7748 commit 4195a66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Test code

# Triggers the workflow on push or pull request to dev branch, see test_docker.yml
on:
workflow_run:
workflows: ["Build docker image for testing code"]
types:
- success
push:
branches: [dev]
pull_request:
branches: [dev]

jobs:
test_core:
Expand Down

0 comments on commit 4195a66

Please sign in to comment.