Skip to content

Commit

Permalink
Remove push trigger now that I've tested it works
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Neatherway committed Oct 20, 2020
1 parent d91d2d2 commit c1e2c53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-runner.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build runner

on:
push:
workflow_dispatch:
inputs:
bundle-tag:
Expand All @@ -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:
Expand Down

0 comments on commit c1e2c53

Please sign in to comment.