update changelog for v3.0.2 #6
Workflow file for this run
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: Ubuntu arm64 | |
defaults: | |
run: | |
shell: bash | |
on: | |
push: | |
tags: | |
- 'v*' # Trigger on "version" tags | |
pull_request: # Trigger on PRs from any branch | |
workflow_dispatch: # Allow manual trigger | |
jobs: | |
build: | |
runs-on: ubuntu-24.04-arm | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
- name: Make Mochimo Install | |
run: make mochimo -C ${{ github.workspace }} |