Skip to content

Commit

Permalink
chore: build action runs on main branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
puffitos committed Sep 25, 2023
1 parent ed61204 commit 9f94733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Docker Image CI
name: Build Image & Chart

on:
push:
branches:
- main

jobs:
build:
Expand Down
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ test-create-cluster:
test-generate-key:
@echo "Generating key..."
@export COSIGN_PASSWORD="" && \
cosign generate-key-pair && \
mv cosign.key cosign.key && \
mv cosign.pub cosign.pub
cosign generate-key-pair

test-busybox-images:
@echo "Building busybox image..."
Expand Down

0 comments on commit 9f94733

Please sign in to comment.