Skip to content

Commit

Permalink
ci: Only run the release workflow on PRs that touch the workflow (#1601)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Gould <ver@buoyant.io>
  • Loading branch information
olix0r authored Apr 11, 2022
1 parent e13a2e1 commit bc65c8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: release

on:
pull_request: {}
pull_request:
paths:
- .github/actions/package/*
- .github/actions/release-tag-meta/*
- .github/workflows/release.yml
push:
tags:
- "release/*"
Expand Down

0 comments on commit bc65c8d

Please sign in to comment.