feat(enrolment): add is_part_of_cultural_route boolean field support #214
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 * * *' | |
| workflow_dispatch: | |
| jobs: | |
| release-please: | |
| uses: City-of-Helsinki/.github/.github/workflows/release-please.yml@main | |
| permissions: | |
| contents: write | |
| pull-requests: write |