Skip to content

Commit

Permalink
v6_2 is default manifest now
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Mar 15, 2024
1 parent 394d4f3 commit 2e119e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nova.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: NOVA CI
on:
push:
branches: [ v6.1 ]
branches: [ v6.2 ]
pull_request:
branches: [ v6.1 ]
branches: [ v6.2 ]
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
mkdir nova
cd nova
repo init -u https://github.com/nova-video-player/aos-AVP -b nova -m v6_1.xml
repo init -u https://github.com/nova-video-player/aos-AVP -b nova -m v6_2.xml
repo sync -j 4
repo forall -c 'git checkout -t $REPO_REMOTE/$REPO_RREV'
- name: build
Expand Down

0 comments on commit 2e119e4

Please sign in to comment.