Skip to content

Commit

Permalink
Ignore tags
Browse files Browse the repository at this point in the history
  • Loading branch information
msyea committed Feb 13, 2021
1 parent 7896f15 commit 595b068
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-registry-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish Docker image
on:
push:
tags-ignore:
- '**'

jobs:
push_docker:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/github-packages-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish Docker image to GitHub
on:
push:
tags-ignore:
- '**'
branches:
- main

Expand Down

0 comments on commit 595b068

Please sign in to comment.