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: on:
push: push:
branches: # branches:
- 'master' # - 'master'
paths-ignore: # paths-ignore:
- '**.md' # - '**.md'
tags: tags:
- 'v*.*.*' - 'v*.*.*'