fix(ci/cd): label & PR based trigger

This commit is contained in:
Harry 2024-01-30 16:49:13 +00:00
parent 36837ad53b
commit 8f40ee58d4
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: 🌳 On Branch - Build and Test Docker Image
on:
pull_request:
branches: ["master"]
types: [ labeled, opened, reopened, synchronize ]
jobs:
build-image: