Skip to content

Commit

Permalink
[TEST] Modify for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanosio committed May 31, 2024
1 parent 6b0e26b commit c666b4e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: CI
on:
push:
branches:
- main
- testing-main
- v*-branch
tags:
- v*
pull_request:
branches:
- main
- testing-main
- v*-branch

permissions:
Expand All @@ -22,9 +22,9 @@ concurrency:
env:
DOCKERHUB_BASE: docker.io/zephyrprojectrtos
GHCR_BASE: ghcr.io/zephyrproject-rtos
BASE_IMAGE_NAME: ci-base
CI_IMAGE_NAME: ci
DEVELOPER_IMAGE_NAME: zephyr-build
BASE_IMAGE_NAME: ci-base-testing
CI_IMAGE_NAME: ci-testing
DEVELOPER_IMAGE_NAME: zephyr-build-testing

jobs:
build:
Expand Down

0 comments on commit c666b4e

Please sign in to comment.