Remove 'main' and 'master' branch triggers from Docker workflow configuration to streamline push conditions for version tags only.
This commit is contained in:
@@ -3,7 +3,6 @@ name: Build and Publish Docker Image
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ main, master ]
|
||||
tags: [ 'v*' ]
|
||||
pull_request:
|
||||
branches: [ main, master ]
|
||||
|
||||
Reference in New Issue
Block a user