Skip to content

Commit 87fd92d

Browse files
committed
.github/workflows: update trigger to main branch
Update triggers from workflows to main branch. Modify the status badge to point to main branch builds. Signed-off-by: Andreea Andrisan <[email protected]>
1 parent c98e62f commit 87fd92d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docker-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
github_token: ${{ secrets.GITHUB_TOKEN }}
4343
workflow: kuiper2_0-build.yml
44-
branch: staging/kuiper2.0
44+
branch: main
4545
name: ${{ matrix.kuiper_artifact }}
4646
repo: analogdevicesinc/adi-kuiper-gen
4747

.github/workflows/kuiper2_0-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Kuiper2.0
22
on:
33
push:
44
branches:
5-
- staging/kuiper2.0
5+
- main
66
pull_request:
77
branches:
8-
- staging/kuiper2.0
8+
- main
99

1010
jobs:
1111
Build:
@@ -64,6 +64,6 @@ jobs:
6464
steps:
6565
- uses: actions/checkout@v3
6666
- name: Trigger docker build
67-
run: gh workflow run docker-image-build.yml --ref staging/kuiper2.0
67+
run: gh workflow run docker-image-build.yml --ref main
6868
env:
6969
GH_TOKEN: ${{ github.token }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# kuiper-gen
22

3-
[![Kuiper2.0](https://github.com/analogdevicesinc/adi-kuiper-gen/actions/workflows/kuiper2_0-build.yml/badge.svg?branch=staging%2Fkuiper2.0)](https://github.com/analogdevicesinc/adi-kuiper-gen/actions/workflows/kuiper2_0-build.yml)
3+
[![Kuiper2.0](https://github.com/analogdevicesinc/adi-kuiper-gen/actions/workflows/kuiper2_0-build.yml/badge.svg?branch=main)](https://github.com/analogdevicesinc/adi-kuiper-gen/actions/workflows/kuiper2_0-build.yml)
44

55
Tool used to create Debian OS images.
66

0 commit comments

Comments
 (0)