Remove push trigger now that I've tested it works

This commit is contained in:
Robin Neatherway
2020-10-20 11:56:08 +01:00
parent d91d2d2873
commit c1e2c53b95

View File

@@ -1,7 +1,6 @@
name: Build runner
on:
push:
workflow_dispatch:
inputs:
bundle-tag:
@@ -12,7 +11,7 @@ jobs:
build-runner:
runs-on: ubuntu-latest
env:
RELEASE_TAG: test-build-runner # "${{ github.event.inputs.bundle-tag }}"
RELEASE_TAG: "${{ github.event.inputs.bundle-tag }}"
strategy:
matrix: