Skip to content

Commit

Permalink
ci: fix trigger patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
hiradp committed Aug 5, 2021
1 parent 16f9cca commit 5e9bf14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Docker

on:
push:
tags:
- 'v*.*.*'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- "*"
- 'v*.*.*'

jobs:
release:
Expand Down

0 comments on commit 5e9bf14

Please sign in to comment.