Skip to content

Commit

Permalink
Add on pull_request to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joey-grafana committed Sep 18, 2024
1 parent 3088c3d commit 0be4082
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
# push:
# tags:
# - 'v*' # Run workflow on version tags, e.g. v1.0.0.
# pull_request:
# branches:
# - main
# paths:
# - ".github/workflows/release.yml"
pull_request:
branches:
- main
paths:
- ".github/workflows/release.yml"

workflow_dispatch:
inputs:
Expand Down

0 comments on commit 0be4082

Please sign in to comment.