We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9268b59 commit 0394086Copy full SHA for 0394086
1 file changed
.github/workflows/continuous-integration.yaml
@@ -2,9 +2,9 @@ name: Test and Deploy
2
3
on:
4
push:
5
- branches: [main]
+
6
pull_request:
7
8
workflow_dispatch:
9
10
env:
@@ -80,11 +80,11 @@ jobs:
80
81
- name: Generate pngs/testplan
82
run: python3 ./utils/generateresources.py --generate=png,testplan ${{ env.CI_FLAGS }}
83
- if: github.ref == 'refs/heads/main'
+ # if: github.ref == 'refs/heads/main'
84
85
- name: Deploy to omegaUp
86
run: pipenv run python3 ./utils/upload.py --ci --verbose # Don't use CI_FLAGS to avoid deploying all problems.
87
88
89
- name: Push to public branch
90
if: github.ref == 'refs/heads/main'
0 commit comments