Make actions_font_family_no_default and content_font_family_no_defaul… #277
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: Build on main/stable push | |
on: | |
push: | |
branches: [main, stable] | |
tags: | |
- '!v*' | |
workflow_dispatch: | |
jobs: | |
build: | |
uses: ./.github/workflows/build-base.yml | |
with: | |
publish-snap: false | |
secrets: | |
snapcraftIdEdge: ${{ secrets.SNAPCRAFT_ID_EDGE }} | |
workflowToken: ${{ secrets.WORKFLOW_TOKEN }} |