Skip to content

Commit aaf4843

Browse files
authoredFeb 16, 2023
ci(ga): add next branch to build and dependabot workflows (#8394)
1 parent f924071 commit aaf4843

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/workflows/dependabot-merge.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Merge me!
22

33
on:
44
pull_request_target:
5+
branches: [ master, next ]
56

67
jobs:
78
merge-me:

‎.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: [ master ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ master, next ]
1111

1212
env:
1313
CYPRESS_CACHE_FOLDER: cypress/cache

0 commit comments

Comments
 (0)
Please sign in to comment.