Skip to content

Commit 0394086

Browse files
changing the ci for testing
1 parent 9268b59 commit 0394086

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/continuous-integration.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test and Deploy
22

33
on:
44
push:
5-
branches: [main]
5+
66
pull_request:
7-
branches: [main]
7+
88
workflow_dispatch:
99

1010
env:
@@ -80,11 +80,11 @@ jobs:
8080

8181
- name: Generate pngs/testplan
8282
run: python3 ./utils/generateresources.py --generate=png,testplan ${{ env.CI_FLAGS }}
83-
if: github.ref == 'refs/heads/main'
83+
# if: github.ref == 'refs/heads/main'
8484

8585
- name: Deploy to omegaUp
8686
run: pipenv run python3 ./utils/upload.py --ci --verbose # Don't use CI_FLAGS to avoid deploying all problems.
87-
if: github.ref == 'refs/heads/main'
87+
# if: github.ref == 'refs/heads/main'
8888

8989
- name: Push to public branch
9090
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)