Skip to content

Commit f920f7d

Browse files
committed
Remove conditions
1 parent 80933ac commit f920f7d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ jobs:
165165

166166
runs-on: ubuntu-latest
167167
needs: [ Release ]
168-
if: ${{ github.event_name != 'pull_request' }}
169168
env:
170169
BUILD_NAME: ${{ needs.Release.outputs.BUILD_NAME }}
171170
RELEASE_NOTES: ${{ needs.Release.outputs.RELEASE_NOTES }}
@@ -198,7 +197,6 @@ jobs:
198197
runs-on: ubuntu-latest
199198
needs: [ Release ]
200199
environment: psgallery
201-
if: ${{ github.event_name != 'pull_request' }}
202200
env:
203201
RELEASE_NOTES: ${{ needs.Release.outputs.RELEASE_NOTES }}
204202
PSGALLERY_KEY: ${{ secrets.API_KEY }}
@@ -221,7 +219,6 @@ jobs:
221219
runs-on: ubuntu-latest
222220
needs: [ Release ]
223221
environment: nuget
224-
if: ${{ github.event_name != 'pull_request' }}
225222
steps:
226223
- name: Download artifact
227224
uses: actions/download-artifact@v4
@@ -241,7 +238,6 @@ jobs:
241238
runs-on: windows-latest
242239
needs: [ Release ]
243240
environment: chocolatey
244-
if: ${{ github.event_name != 'pull_request' }}
245241
env:
246242
CHOCO_KEY: ${{ secrets.API_KEY }}
247243
steps:
@@ -264,7 +260,6 @@ jobs:
264260
runs-on: ubuntu-latest
265261
needs: [ Release ]
266262
environment: winget
267-
if: ${{ github.event_name != 'pull_request' }}
268263
env:
269264
GITHUB_TOKEN: ${{ secrets.API_GITHUB_TOKEN }}
270265
BUILD_NAME: ${{ needs.Release.outputs.BUILD_NAME }}

0 commit comments

Comments
 (0)