From 84c99f926ddfd6782371a525fdba1f51ef99b758 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Thu, 15 Aug 2019 22:04:46 +0900 Subject: [PATCH] add: ignore tag creation [skip ci] --- .github/workflows/push.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 2702e93..4b1cd60 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -9,6 +9,7 @@ jobs: - uses: actions/checkout@master if: github.event.deleted == false && + github.event_name != 'create' && contains(github.event.commits.message, '[skip ci]') == false - name: Dump GitHub context env: