Skip to content

Commit 43dd864

Browse files
committed
Experiment with dist
1 parent 87381a5 commit 43dd864

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/lambda-runner-binaries-syncer.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ env:
44
lambda_path: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer
55
on:
66
push:
7-
branches:
8-
- master
9-
tags:
7+
# branches:
8+
# - master
9+
# tags:
10+
# - *
1011
pull_request:
1112
paths:
1213
- .github/workflows/lambda-runner-binaries-syncer.yml
@@ -28,7 +29,7 @@ jobs:
2829
- name: Build distribution
2930
run: yarn build
3031
- name: Upload distribution
31-
# if: startsWith(github.ref, 'refs/tags/')
32+
if: startsWith(github.ref, 'refs/tags/')
3233
uses: actions/upload-artifact@v1
3334
with:
3435
name: dist
@@ -39,7 +40,7 @@ jobs:
3940
needs: build
4041
runs-on: ubuntu-latest
4142
container: node:12
42-
# if: startsWith(github.ref, 'refs/tags/')
43+
if: startsWith(github.ref, 'refs/tags/')
4344

4445
steps:
4546
- name: Create Release

0 commit comments

Comments
 (0)