diff options
| author | Liam Mitchell <[email protected]> | 2025-07-26 00:06:12 +0000 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2025-07-26 00:06:12 +0000 |
| commit | e35f5c9cb28260809fb7f087db061079ebc4cccd (patch) | |
| tree | b405e4ab3c4c518ee12dafbdc1eeae5223b4ba6e /.github/workflows | |
| parent | Merge branch 'de/zen-service-command' of https://github.ol.epicgames.net/ue-f... (diff) | |
| download | zen-e35f5c9cb28260809fb7f087db061079ebc4cccd.tar.xz zen-e35f5c9cb28260809fb7f087db061079ebc4cccd.zip | |
Temporarily enable Validate jobs on push to de/zen-service-command for testing
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/validate.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 3b2f445d0..f87eda352 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -21,6 +21,7 @@ on: push: branches: - 'main' + - 'de/zen-service-command' paths-ignore: - 'VERSION.txt' - 'CHANGELOG.md' |