File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 name : Run coveralls
102102 runs-on : ubuntu-latest
103103 needs : integration-test
104- if : ${{ github.event_name != 'pull_request ' && (startsWith( github.ref, 'refs/tags/') || github.ref == 'refs/heads/master') }}
104+ if : ${{ github.event_name == 'push ' && github.ref == 'refs/heads/master' }}
105105
106106 steps :
107107 - uses : actions/checkout@v1
@@ -123,7 +123,7 @@ jobs:
123123 name : Deploy snapshot
124124 runs-on : ubuntu-latest
125125 needs : integration-test
126- if : ${{ github.event_name != 'pull_request ' && (startsWith( github.ref, 'refs/tags/') || github.ref == 'refs/heads/master') }}
126+ if : ${{ github.event_name == 'push ' && github.ref == 'refs/heads/master' }}
127127
128128 steps :
129129 - uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments