Browse Source

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

pull/2377/head
Harry 4 months ago
parent
commit
8f40ee58d4
  1. 1
      .github/workflows/ga-image-build-branch.yml

1
.github/workflows/ga-image-build-branch.yml

@ -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:

Loading…
Cancel
Save