Skip to content

Commit

Permalink
Adding workflow_dispatch to only trigger this workflow manually. (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpatki authored Mar 16, 2024
1 parent 21e70ea commit 8a873d1
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
name: build PerfFlowAspect
name: Devcontainer Build

on:

# Publish packages on release
release:
types: [published]

# We might want to remove this, OR provide a base container
# that will more quickly build from, or use cache
pull_request: []

# On push to main we build and deploy images
push:
branches:
- main

workflow_dispatch:

jobs:
build:
permissions:
Expand Down

0 comments on commit 8a873d1

Please sign in to comment.