Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
fix build filter
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Sep 2, 2021
1 parent 0854c5e commit 015bccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release build
on:
create:
tags:
- '[0-9.]'
- '1.*'

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: docker build
on:
create:
tags:
- '[0-9.]'
- '1.*'
push:
paths:
- "Dockerfile"
- ".github/workflows/docker-push.yml"
# - ".github/workflows/docker-push.yml"

jobs:
build:
Expand Down

0 comments on commit 015bccf

Please sign in to comment.