Skip to content

Commit

Permalink
Update CI to run on dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
phamquiluan committed Jan 4, 2025
1 parent e7f922e commit 86dcece
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and test

on:
push:
branches: [ "main" ]
branches: [ "main", "dev"]
pull_request:
branches: [ "main" ]
branches: [ "main", "dev"]

jobs:
build-and-test-default:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Test download dataset
run: python -m pytest tests/test_datasets.py

- name: Test
run: python -m pytest tests/test.py

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Reproduce BARO performance on the Online Boutique dataset

on:
push:
branches: [ "main" ]
branches: [ "main", "dev" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "dev" ]

jobs:
build-linux:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-pypi-installation.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Test PyPI Installation
on:
push:
branches: [ "main" ]
branches: [ "main", "dev" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "dev" ]

jobs:
test-pypi-installation:
Expand Down

0 comments on commit 86dcece

Please sign in to comment.