Update and rename main.yml to macos.yml

Renamed main.yml to macos.yml and updated "on" section to match other workflows.
This commit is contained in:
Beep6581 2022-11-27 20:42:05 +01:00 committed by GitHub
parent ea7c811b9b
commit 8e4fb15d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,14 @@
name: macOS build
name: macOS Build
on:
push:
branches:
- dev
- patch**
- releases
tags:
- '[0-9]+.*'
pull_request:
branches:
- dev
release:
types:
- created
workflow_dispatch:
jobs:
build: