Skip to content

Commit 687a6d9

Browse files
authored
Reenable redeployment
1 parent a21edb9 commit 687a6d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
df -h
131131
wmic pagefile list /format:list
132132
redeploy:
133-
if: ${{ false }} #github.event_name == 'push'
133+
if: github.event_name == 'push'
134134
needs: [linux-x86_64, macosx-x86_64, windows-x86_64]
135135
runs-on: ubuntu-latest
136136
steps:

0 commit comments

Comments
 (0)