Skip to content

Commit

Permalink
Added new tag for build-deploy workflow when commenting from a pull r…
Browse files Browse the repository at this point in the history
…equest
  • Loading branch information
nicksantamaria authored Aug 22, 2024
1 parent d84a33d commit cdf03e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
type=ref,event=pr,enable=${{ github.event.pull_request.merged == false }}
type=raw,value=${{ github.event.pull_request.base.ref }},enable=${{ github.event.pull_request.merged == true }}
type=ref,event=branch,enable=${{ contains(fromJson('["schedule", "workflow_dispatch"]'), github.event_name) }}
type=ref,event=pr,enable=${{ github.event.issue.pull_request && contains(github.event.comment.body, '/build') }}
labels: |
maintainer=Digital Victoria
repository=${{ github.repositoryUrl }}
Expand Down

0 comments on commit cdf03e7

Please sign in to comment.