Skip to content

fc: adjust overscan numbers (#1801) #11

fc: adjust overscan numbers (#1801)

fc: adjust overscan numbers (#1801) #11

Workflow file for this run

name: Push
on:
push:
branches: [ master ]
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