Skip to content

Commit

Permalink
[ci] Only run CI when specific code got changed
Browse files Browse the repository at this point in the history
  • Loading branch information
flysand7 committed Oct 5, 2024
1 parent 16f4310 commit 52a433f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: Build
run-name: Build
on:
- push
push:
paths:
- .github/workflows/**
- build.lua
- src/**
- tables/**
- test/**
jobs:
build-linux:
name: Build (ubuntu)
Expand Down

0 comments on commit 52a433f

Please sign in to comment.