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:
parent
ea7c811b9b
commit
8e4fb15d39
@ -1,16 +1,14 @@
|
|||||||
name: macOS build
|
name: macOS Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
- patch**
|
|
||||||
- releases
|
- releases
|
||||||
|
tags:
|
||||||
|
- '[0-9]+.*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
release:
|
|
||||||
types:
|
|
||||||
- created
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
Loading…
x
Reference in New Issue
Block a user