Skip to content

Commit

Permalink
Try adding workflow_dispatch to only trigger manually
Browse files Browse the repository at this point in the history
  • Loading branch information
tpatki committed Mar 16, 2024
1 parent 21e70ea commit 86ac6b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: build PerfFlowAspect

on:

workflow_dispatch:

# Publish packages on release
release:
types: [published]
Expand Down Expand Up @@ -68,7 +69,6 @@ jobs:
docker push ${container}:${tag}
- name: Deploy
if: (github.event_name != 'pull_request')
env:
container: ${{ matrix.container[2] }}
run: docker push ${container}:latest

0 comments on commit 86ac6b4

Please sign in to comment.