Skip to content

Commit

Permalink
Check if PRs break Genio build also when there are updates in rdef files
Browse files Browse the repository at this point in the history
  • Loading branch information
jackburton79 committed Dec 20, 2024
1 parent b8ada18 commit 49f7fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
paths:
- '**.cpp'
- '**.h'
- '**.rdef'
jobs:
build:
name: 'build on Haiku'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
paths:
- '**.cpp'
- '**.h'
- '**.rdef'
jobs:
build:
name: 'build on Haiku with Clang'
Expand Down

0 comments on commit 49f7fac

Please sign in to comment.