Skip to content

Instantly share code, notes, and snippets.

@x2048
Last active April 7, 2022 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save x2048/03cad2f03b1cd771e3d6d36e5516bb26 to your computer and use it in GitHub Desktop.
Save x2048/03cad2f03b1cd771e3d6d36e5516bb26 to your computer and use it in GitHub Desktop.
Add devtest lua files as dependencies to workflows
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 78027d09c..0c970a757 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,6 +8,8 @@ on:
- 'lib/**.cpp'
- 'src/**.[ch]'
- 'src/**.cpp'
+ - 'builtin/**.lua'
+ - 'games/devtest/**.lua'
- '**/CMakeLists.txt'
- 'cmake/Modules/**'
- 'util/buildbot/**'
@@ -21,6 +23,8 @@ on:
- 'lib/**.cpp'
- 'src/**.[ch]'
- 'src/**.cpp'
+ - 'builtin/**.lua'
+ - 'games/devtest/**.lua'
- '**/CMakeLists.txt'
- 'cmake/Modules/**'
- 'util/buildbot/**'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment