We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e6d68 commit 722258cCopy full SHA for 722258c
1 file changed
.github/workflows/cd-source.yaml
@@ -8,7 +8,7 @@ jobs:
8
Build-Binaries:
9
name: Build binaries
10
if: |
11
- github.event.pull_request.user.login == 'dorgjelli' &&
+ github.event.pull_request.user.login == 'polywrap-build-bot' &&
12
github.event.pull_request.merged == true
13
runs-on: ubuntu-latest
14
strategy:
@@ -99,7 +99,7 @@ jobs:
99
Publish-GitHub:
100
name: Publish source to github.com
101
102
103
104
needs: Build-Binaries
105
0 commit comments