1
0
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:
kha7iq 2021-04-20 18:28:00 +08:00
parent f77d77a0cc
commit 9f34bc7d28

View File

@ -2,10 +2,10 @@ name: build
on:
push:
branches:
- 'master'
paths-ignore:
- '**.md'
# branches:
# - 'master'
# paths-ignore:
# - '**.md'
tags:
- 'v*.*.*'