Skip to content

Refactor CI workflow to use 'build' job instead of 'pre-release' job #81

Refactor CI workflow to use 'build' job instead of 'pre-release' job

Refactor CI workflow to use 'build' job instead of 'pre-release' job #81

Workflow file for this run

name: macOS
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Run
run: |
mkdir essays
make all