Skip to content

Commit

Permalink
Always run high-level builds, unless on feature/fix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan committed Nov 15, 2023
1 parent 3139bc1 commit b4fa4b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ on:
workflow_run:
workflows:
- 'Build and Publish Base Docker Image'
branches:
- main
tags:
- v*
branches-ignore:
- 'feature/**'
- 'fix/**'
- 'bugfix/**'
types:
- completed

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-docker-net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ on:
workflow_run:
workflows:
- 'Build and Publish Base Docker Image'
branches:
- main
tags:
- v*
branches-ignore:
- 'feature/**'
- 'fix/**'
- 'bugfix/**'
types:
- completed

Expand Down

0 comments on commit b4fa4b4

Please sign in to comment.