Bump license year from 2024 to 2025 (#557) #245
This file contains 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
name: Release | |
on: | |
push: | |
branches: main | |
concurrency: release | |
permissions: | |
contents: read | |
jobs: | |
ci: | |
name: CI | |
uses: ./.github/workflows/ci.yml |