diff options
| author | Joakim Lindqvist <[email protected]> | 2024-09-10 10:27:54 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-09-10 10:27:54 +0200 |
| commit | 1901f5ad7ce728ef5e95ad47d6803f13ef7b9f07 (patch) | |
| tree | dbf970c4a1358f69bc701deaa19ac2af8a7db651 /.github/workflows/validate.yml | |
| parent | 5.5.7-pre1 (diff) | |
| download | zen-1901f5ad7ce728ef5e95ad47d6803f13ef7b9f07.tar.xz zen-1901f5ad7ce728ef5e95ad47d6803f13ef7b9f07.zip | |
Replicate releases on new release creation (#150)
* Ignore changes to the mirror_releases script
* Only trigger release mirroring when new releases are made
* Added a minimum release number to workaround issues with certain older releases
* Lowered number of releases that are replicated
Diffstat (limited to '.github/workflows/validate.yml')
| -rw-r--r-- | .github/workflows/validate.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 63f49b70a..7487297f4 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -16,6 +16,7 @@ on: - 'VERSION.txt' - 'CHANGELOG.md' - '.github/workflows/create_release.yml' + - '.github/workflows/mirror_releases.yml' - '.github/workflows/mirror.yml' push: branches: @@ -24,6 +25,7 @@ on: - 'VERSION.txt' - 'CHANGELOG.md' - '.github/workflows/create_release.yml' + - '.github/workflows/mirror_releases.yml' - '.github/workflows/mirror.yml' jobs: |