mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-15 22:30:11 -07:00
fix: disable action on push for branch
This commit is contained in:
parent
f77d77a0cc
commit
9f34bc7d28
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -2,10 +2,10 @@ name: build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
# branches:
|
||||||
- 'master'
|
# - 'master'
|
||||||
paths-ignore:
|
# paths-ignore:
|
||||||
- '**.md'
|
# - '**.md'
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*'
|
- 'v*.*.*'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user