diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ba7a959..6d25785 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,15 +1,17 @@ +# This file is synced from City-of-Helsinki/.github and should not be edited directly name: release-please on: push: branches: - main schedule: + # Run daily to keep the release PR date current - cron: '1 0 * * *' - -permissions: - contents: write - pull-requests: write + workflow_dispatch: jobs: release-please: uses: City-of-Helsinki/.github/.github/workflows/release-please.yml@main + permissions: + contents: write + pull-requests: write