Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
moved to only build when edits are made to build directory
  • Loading branch information
sgosline authored Jul 9, 2024
1 parent c192eee commit d40c55c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- '**'
paths:
- './build/*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down Expand Up @@ -177,4 +179,4 @@ jobs:
tags: sgosline/upload:latest
push: true
platforms: linux/amd64


0 comments on commit d40c55c

Please sign in to comment.