Skip to content

Commit

Permalink
ci (release.yml): add paths
Browse files Browse the repository at this point in the history
  • Loading branch information
pythoninthegrass committed Sep 15, 2024
1 parent f005a79 commit 2c37192
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
tags:
- '*'
paths:
- '.github/workflows/**'
- 'includes.container/**'
- 'modules/**'
- 'recipe.yml'
workflow_dispatch:

env:
Expand Down Expand Up @@ -42,7 +47,7 @@ jobs:
contents: write # Allow actions to create release
attestations: write # To create and write attestations
id-token: write # Additional permissions for the persistence of the attestations

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2c37192

Please sign in to comment.