Skip to content

Commit

Permalink
Remove build script and update action to only work on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
stack committed Sep 22, 2023
1 parent aecc466 commit 432a83d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 219 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Docker Image CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
tags:
'*'
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down
216 changes: 0 additions & 216 deletions grasshopper.build

This file was deleted.

0 comments on commit 432a83d

Please sign in to comment.