We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f924071 commit aaf4843Copy full SHA for aaf4843
.github/workflows/dependabot-merge.yml
@@ -2,6 +2,7 @@ name: Merge me!
2
3
on:
4
pull_request_target:
5
+ branches: [ master, next ]
6
7
jobs:
8
merge-me:
.github/workflows/nodejs.yml
@@ -7,7 +7,7 @@ on:
push:
branches: [ master ]
9
pull_request:
10
- branches: [ master ]
11
12
env:
13
CYPRESS_CACHE_FOLDER: cypress/cache
0 commit comments