Skip to content

Commit

Permalink
Add branch and tag filters to push event
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Mar 13, 2024
1 parent 69c8408 commit 9744ebe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: "Publish images"

on:
push:
branches-ignore:
- "renovate/**"
tags:
- "**"

permissions:
packages: write
Expand Down

0 comments on commit 9744ebe

Please sign in to comment.