Skip to content

Commit

Permalink
fix(linux): Fix trigger for baseline tests
Browse files Browse the repository at this point in the history
When the baseline tests change we want to trigger a Linux build.
  • Loading branch information
ermshiperete committed Nov 8, 2023
1 parent 55b2886 commit 71c9cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/build/trigger-definitions.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ available_platforms=(android common_web common_windows common_mac common_linux i

watch_android='web|common/models|common/predictive-text|common/web'
watch_ios='web|common/models|common/predictive-text|common/web'
watch_linux='core'
watch_linux='core|common/test/keyboards/baseline'
watch_mac='core'
watch_web='common/models|common/predictive-text|common/web|core'
watch_windows='common|core|web'
Expand Down

0 comments on commit 71c9cda

Please sign in to comment.