2020-05-15 13:34:52 +00:00
|
|
|
# Template to only run if actual changes has been made to the code and not just documentation
|
2020-06-03 08:31:05 +00:00
|
|
|
.recompile-branch:
|
2020-05-15 13:34:52 +00:00
|
|
|
rules:
|
2021-12-02 03:15:55 +00:00
|
|
|
- when: manual
|
2020-06-03 08:31:05 +00:00
|
|
|
|
2021-06-03 08:10:22 +00:00
|
|
|
# TODO: appears unused
|
2020-06-03 08:31:05 +00:00
|
|
|
# like .recompile-branch but will run on master too
|
|
|
|
.recompile:
|
|
|
|
rules:
|
|
|
|
- changes:
|
2021-07-18 16:53:52 +00:00
|
|
|
- "**/*.{glsl,png,rs,ron,toml,vox,yml,wav,sh}"
|
2020-06-03 08:31:05 +00:00
|
|
|
- "rust-toolchain"
|
2020-12-02 00:35:32 +00:00
|
|
|
- "Cargo.lock"
|
2021-12-02 03:15:55 +00:00
|
|
|
- ".gitlab-ci.yml"
|