Browse Source

Update release.yml

pull/1367/head
Martin McKeaveney 5 years ago
committed by GitHub
parent
commit
4d550d65a2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/workflows/release.yml

7
.github/workflows/release.yml

@ -1,6 +1,13 @@
name: Budibase Release
on:
workflow_dispatch:
inputs:
name:
description: 'Version'
required: false
default: '0.8'
# Trigger the workflow on push with tags,
# but only for the master branch
push:

Loading…
Cancel
Save