diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0013597..ce1b762 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,9 +5,14 @@ on: branches: - main - master + paths: + - 'lib/**' + - 'declarative_authorization.gemspec' + - 'LICENSE.txt' permissions: contents: write + id-token: write pull-requests: write jobs: