We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f75387 + 513bb6a commit 323da3cCopy full SHA for 323da3c
.github/workflows/release.yml
@@ -12,7 +12,7 @@ permissions:
12
13
jobs:
14
release:
15
- if: ${{ github.repository_owner == 'your-ehsan' && contains(github.ref, 'master') && startsWith(github.ref, 'refs/tags/v')}}
+ if: ${{ github.repository_owner == 'your-ehsan' && contains(github.ref, 'development') && startsWith(github.ref, 'refs/tags/v')}}
16
name: Create a release
17
runs-on: windows-latest
18
0 commit comments