Skip to content

Commit e7274fa

Browse files
committed
Removed if check on deploy-swa
1 parent e06628f commit e7274fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
- name: Run frontend tests
8989
run: npm run test
9090
working-directory: src/frontend/Sudoku.React
91+
9192
- name: Build frontend
9293
run: npm run build
9394
working-directory: src/frontend/Sudoku.React
@@ -270,7 +271,6 @@ jobs:
270271

271272
deploy-swa:
272273
needs: [deploy-infra, build-frontend]
273-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
274274
runs-on: ubuntu-latest
275275
environment: production
276276

0 commit comments

Comments
 (0)