We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1f555 commit 866eac5Copy full SHA for 866eac5
.github/workflows/release-ci.yml
@@ -47,7 +47,7 @@ jobs:
47
token: ${{ secrets.GITHUB_TOKEN }}
48
49
- name: Create nightly release
50
- if: github.ref == 'refs/heads/master'
+ if: ${{ github.repository == 'rime/squirrel' && github.ref == 'refs/heads/master' }}
51
uses: 'marvinpinto/action-automatic-releases@latest'
52
with:
53
repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments