Skip to content

Commit c1e2c53

Browse files
committed
Remove push trigger now that I've tested it works
1 parent d91d2d2 commit c1e2c53

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-runner.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Build runner
22

33
on:
4-
push:
54
workflow_dispatch:
65
inputs:
76
bundle-tag:
@@ -12,7 +11,7 @@ jobs:
1211
build-runner:
1312
runs-on: ubuntu-latest
1413
env:
15-
RELEASE_TAG: test-build-runner # "${{ github.event.inputs.bundle-tag }}"
14+
RELEASE_TAG: "${{ github.event.inputs.bundle-tag }}"
1615

1716
strategy:
1817
matrix:

0 commit comments

Comments
 (0)