mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Remove workflow trigger for any push to master branch
This commit is contained in:
parent
75bd424932
commit
471929a658
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -1,8 +1,6 @@
|
|||||||
name: Create Release
|
name: Create Release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
tags:
|
tags:
|
||||||
- '[0-9]+.[0-9]+.[0-9]+'
|
- '[0-9]+.[0-9]+.[0-9]+'
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user