diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-08-05 16:43:51 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-08-05 16:43:51 +0200 |
| commit | 923e03a8a21a59b6fd85242e36daf6f3a4caf5d9 (patch) | |
| tree | ac36d1fd62305d665479337f56bce4e50b304b10 /.github | |
| parent | 35bb6e3fffb464902d8d054fef688c0840589a4c (diff) | |
| download | Firmament-923e03a8a21a59b6fd85242e36daf6f3a4caf5d9.tar.gz Firmament-923e03a8a21a59b6fd85242e36daf6f3a4caf5d9.tar.bz2 Firmament-923e03a8a21a59b6fd85242e36daf6f3a4caf5d9.zip | |
build: auto publish builds for mc- branches
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3393d05..18146a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: name: Upload runs-on: ubuntu-latest needs: build - if: ${{ 'push' == github.event_name && 'master' == github.ref_name && '637563904' == github.repository_id }} + if: ${{ 'push' == github.event_name && ('master' == github.ref_name || startsWith(github.ref_name, 'mc-')) && '637563904' == github.repository_id }} steps: - name: Download generated artifact uses: actions/download-artifact@v4 |
