Skip to content

Commit 9129710

Browse files
committed
chore: moving release workflow to master and beta branch
1 parent 1391ed0 commit 9129710

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
push:
5-
branches: [tests/cypress-tests]
5+
branches: [master, beta]
66

77
jobs:
88
release:
@@ -44,19 +44,6 @@ jobs:
4444
env:
4545
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4646

47-
# - name: Build project
48-
# continue-on-error: false
49-
# run: yarn run build-tests
50-
# env:
51-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
52-
53-
# - name: Serve example app
54-
# continue-on-error: false
55-
# run: |
56-
# yarn run serve-app
57-
# env:
58-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
59-
6047
- name: Run tests
6148
continue-on-error: false
6249
run: yarn run start-and-run-tests

0 commit comments

Comments
 (0)