Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danclough committed Mar 26, 2024
1 parent d3a6a98 commit 7bf4c32
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Publish

on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.gitignore'
- '.github/**'
tags:
- 'v*'
# paths-ignore:
# - 'README.md'
# - 'LICENSE'
# - '.gitignore'
# - '.github/**'

jobs:
docker-publish:
Expand Down

0 comments on commit 7bf4c32

Please sign in to comment.