Skip to content

Commit

Permalink
ci(ga): add next branch to build and dependabot workflows (#8394)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lai committed Feb 16, 2023
1 parent f924071 commit aaf4843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dependabot-merge.yml
Expand Up @@ -2,6 +2,7 @@ name: Merge me!

on:
pull_request_target:
branches: [ master, next ]

jobs:
merge-me:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches: [ master, next ]

env:
CYPRESS_CACHE_FOLDER: cypress/cache
Expand Down

0 comments on commit aaf4843

Please sign in to comment.