Skip to content

Commit a20fa4f

Browse files
committed
Merge branch 'staging' into rdfComponets
2 parents 35c066f + 7145a58 commit a20fa4f

4 files changed

Lines changed: 104 additions & 283 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ on:
44
push:
55
branches:
66
- main
7+
- staging
78
pull_request:
89
branches:
910
- main
11+
- staging
1012
workflow_dispatch:
1113

1214
jobs:
15+
update-deps:
16+
uses: SolidOS/solidos/.github/workflows/update-solidos-deps.yml@main
17+
secrets: inherit
18+
1319
build:
20+
needs: update-deps
1421
runs-on: ubuntu-latest
1522
strategy:
1623
matrix:

0 commit comments

Comments
 (0)