Skip to content

Commit

Permalink
ci: only trigger releases json workflow on pr when changed
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Jun 20, 2024
1 parent b5ae9cc commit 5ea53e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildx-lab-releases-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
branches:
- 'main'
pull_request:
paths-ignore:
- '.github/*-releases.json'
paths:
- '.github/workflows/buildx-lab-releases-json.yml'

jobs:
generate:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/buildx-releases-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
branches:
- 'main'
pull_request:
paths-ignore:
- '.github/*-releases.json'
paths:
- '.github/workflows/buildx-releases-json.yml'

jobs:
generate:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-releases-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
branches:
- 'main'
pull_request:
paths-ignore:
- '.github/*-releases.json'
paths:
- '.github/workflows/docker-releases-json.yml'

jobs:
generate:
Expand Down

0 comments on commit 5ea53e0

Please sign in to comment.