Skip to content

Commit

Permalink
Update build-and-push-assets.md
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Leucht <c.leucht@inpsyde.com>
  • Loading branch information
Chrico authored Oct 29, 2024
1 parent 4001c94 commit 02062d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/build-and-push-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ on:
workflow_dispatch:
push:
tags: [ '*' ]
branches: [ '*' ]
branches:
- '*'
- '!*-built'

# Don't include paths if BUILT_BRANCH_NAME or RELEASE_BRANCH_NAME are defined
paths:
- '**workflows/build-and-push-assets.yml' # the workflow file itself
Expand Down

0 comments on commit 02062d6

Please sign in to comment.