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

Commit

Permalink
fix: action filter
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Aug 31, 2021
1 parent bcd94fe commit 0854c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.]'

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

0 comments on commit 0854c5e

Please sign in to comment.