Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit 3485a2e

Browse files
committed
wip: change path
1 parent 4c89159 commit 3485a2e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/binary.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ jobs:
1313
github_token: ${{ secrets.GITHUB_TOKEN }}
1414
goos: linux
1515
goarch: amd64
16+
project_path: ./cmd/naisplater

.github/workflows/main.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build Naisplater
22

3-
on: [push]
3+
on:
4+
push:
5+
paths-ignore:
6+
- '.github/workflows/binary.yml'
47

58
env:
69
image_base: ghcr.io/${{ github.repository }}

0 commit comments

Comments
 (0)