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:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
# branches:
|
||||
# - 'master'
|
||||
# paths-ignore:
|
||||
# - '**.md'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user