1
0
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:
Anton Palgunov 2020-05-14 00:05:17 +01:00
parent 75df82a567
commit b6721f0274

View File

@ -1,15 +1,14 @@
name: Publish unsign version
# on:
# push:
# branches:
# - master
# tags:
# - "v*"
on: [push, pull_request]
on:
push:
branches:
- master
tags:
- "v*"
jobs:
test:
Build-and-release:
runs-on: macOS-latest
steps: