Skip to content

Commit

Permalink
Add workflow dirs to test action
Browse files Browse the repository at this point in the history
Signed-off-by: romanodanilo <[email protected]>
  • Loading branch information
romanodanilo committed Jun 3, 2024
1 parent 79662b1 commit 7971fa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-on-change-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- include/**
- scripts/cmake/**
- tests/**
- .github/workflows/**

# execute on every push made targeting the branches bellow
push:
Expand All @@ -21,6 +22,7 @@ on:
- src/**
- include/**
- scripts/cmake/**
- .github/workflows/**

jobs:
build-linux:
Expand Down

0 comments on commit 7971fa2

Please sign in to comment.