Skip to content

Commit

Permalink
Add release trigger for plugin pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
iyannsch authored Sep 2, 2024
1 parent 9301421 commit 68196ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
on:
pull_request:
branches:
- master
push:
branches:
- master
repository_dispatch:
types: [release_event]

jobs:
build-and-push-base:
Expand Down Expand Up @@ -55,4 +54,4 @@ jobs:
network: "host"
secrets: inherit



0 comments on commit 68196ca

Please sign in to comment.