Skip to content

Commit

Permalink
Also run UT when post workflow changes
Browse files Browse the repository at this point in the history
Contributes to CURA-10831
  • Loading branch information
jellespijker committed Dec 5, 2023
1 parent dd66660 commit 255c331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'conandata.yml'
- 'CMakeLists.txt'
- '.github/workflows/unit-test.yml'
- '.github/workflows/unit-test-post.yml'
branches:
- main
- 'CURA-*'
Expand All @@ -26,6 +27,7 @@ on:
- 'conandata.yml'
- 'CMakeLists.txt'
- '.github/workflows/unit-test.yml'
- '.github/workflows/unit-test-post.yml'
branches:
- main
- '[0-9]+.[0-9]+'
Expand Down

0 comments on commit 255c331

Please sign in to comment.