mirror of
https://github.com/GeyserMC/PackConverter.git
synced 2025-12-27 10:49:16 +00:00
build all branches, not just master, with the
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -10,8 +10,6 @@ on:
|
||||
- '.gitignore'
|
||||
- 'LICENSE'
|
||||
- 'README.md'
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -87,4 +85,4 @@ jobs:
|
||||
discordWebhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
status: ${{ job.status }}
|
||||
body: ${{ steps.metadata.outputs.body }}
|
||||
includeDownloads: true
|
||||
includeDownloads: ${{ github.ref_name == 'master' }}
|
||||
|
||||
Reference in New Issue
Block a user