Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Specify only ubuntu-22.04 branch for build
  • Loading branch information
tronyx authored May 30, 2024
1 parent af7956d commit 8ba4624
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: build
on:
push:
branches:
- master
- develop
- ubuntu-22.04
pull_request:
branches:
- master
- develop
- ubuntu-22.04

jobs:
build:
Expand Down Expand Up @@ -235,4 +233,4 @@ jobs:
docker manifest rm ${IMAGE}:latest || true
docker manifest create ${IMAGE}:latest ${AMD64} ${ARM64} ${ARMV7}
docker manifest push ${IMAGE}:latest
fi
fi

0 comments on commit 8ba4624

Please sign in to comment.