We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2204f1 commit a1d0091Copy full SHA for a1d0091
.github/workflows/CD.yml
@@ -15,7 +15,7 @@ jobs:
15
GITHUB_TOKEN: ${{ github.token }}
16
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
17
- name: Merge master -> next
18
- if: github.ref == 'ref/head/master'
+ if: github.ref == 'refs/heads/master'
19
uses: devmasx/merge-branch@master
20
with:
21
type: now
0 commit comments