Skip to content

Commit 67a14e0

Browse files
build: run semantic-release on push to next branch
semantic-release supports releasing to 'next' channel by default, update GitHub actions so that it is run on pushes to the next branch to enable this.
1 parent 539a4e2 commit 67a14e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/webdriverio-testing-library.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- 'master'
6+
- 'next'
67
pull_request:
78

89
jobs:

0 commit comments

Comments
 (0)