mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-10 00:58:37 +00:00
return normal trigggers in workflows
This commit is contained in:
parent
75df82a567
commit
b6721f0274
15
.github/workflows/publish.yml
vendored
15
.github/workflows/publish.yml
vendored
@ -1,15 +1,14 @@
|
|||||||
name: Publish unsign version
|
name: Publish unsign version
|
||||||
|
|
||||||
# on:
|
on:
|
||||||
# push:
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# - master
|
- master
|
||||||
# tags:
|
tags:
|
||||||
# - "v*"
|
- "v*"
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
Build-and-release:
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user