m32x: make PWM timer interrupt interval bits read-only from the MD si… #23
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: Push | |
on: | |
push: | |
branches: [ '*' ] | |
tags: [ 'v*' ] | |
concurrency: | |
group: '${{ github.workflow }} @ ${{ github.head_ref || github.ref }}' | |
cancel-in-progress: true | |
permissions: | |
contents: write | |
jobs: | |
build: | |
name: Build ares | |
uses: ./.github/workflows/build_new.yml | |
secrets: inherit | |
with: | |
codesign: true | |
release: | |
name: Release | |
needs: build | |
secrets: inherit | |
uses: ./.github/workflows/release.yml | |
with: | |
notarize: true |