Skip to content

Commit

Permalink
include headless in repository
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Mar 19, 2024
1 parent f468735 commit c9bf482
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
repository:
- ibexa/oss
- ibexa/content
- ibexa/headless
- ibexa/experience
- ibexa/commerce
branch:
Expand All @@ -23,19 +23,19 @@ jobs:
- "4.6"
- master
include:
- repository: ibexa/headless
branch: "4.6"
- repository: ibexa/headless
branch: master
- repository: ibexa/content
branch: "3.3"
- repository: ibexa/content
branch: "4.5"
- repository: ibexa/example-in-memory-product-catalog
branch: "4.6"
- repository: ibexa/example-in-memory-product-catalog
branch: main
exclude:
- repository: ibexa/content
branch: "4.6"
- repository: ibexa/content
branch: master
- repository: ibexa/headless
branch: "3.3"
- repository: ibexa/headless
branch: "4.5"
steps:
- uses: octokit/[email protected]
name: Trigger workflow
Expand Down

0 comments on commit c9bf482

Please sign in to comment.