We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06628f commit e7274faCopy full SHA for e7274fa
1 file changed
.github/workflows/main.yml
@@ -88,6 +88,7 @@ jobs:
88
- name: Run frontend tests
89
run: npm run test
90
working-directory: src/frontend/Sudoku.React
91
+
92
- name: Build frontend
93
run: npm run build
94
@@ -270,7 +271,6 @@ jobs:
270
271
272
deploy-swa:
273
needs: [deploy-infra, build-frontend]
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
274
runs-on: ubuntu-latest
275
environment: production
276
0 commit comments