Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HIllya51 committed Nov 16, 2024
1 parent 5c70fd8 commit 7d3d76a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/buildlunahook.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: buildlunahook
on:
push:
paths: [ 'cpp/LunaHook/**']
paths: [ '.github/scripts/**','.github/workflows/**','cpp/LunaHook/**']
pull_request:
paths: [ '.github/scripts/**','.github/workflows/**','cpp/LunaHook/**']

jobs:
build_xp:
Expand Down

0 comments on commit 7d3d76a

Please sign in to comment.