Skip to content

Commit

Permalink
.github/workflows/linux.yml: update triggering path
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Nov 8, 2023
1 parent 1b88b84 commit 8f52d13
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Build (Linux)

on: [push, workflow_dispatch]
on:
push:
paths:
- 'CMakeLists.txt'
- 'source/*'
- 'rtc_source/*'
- 'sycl_source/*'
- '.github/workflows/linux.yml'
workflow_dispatch:

jobs:
build-linux:
Expand Down

0 comments on commit 8f52d13

Please sign in to comment.