From 8b917c4d829e2b65c5a99287e3b60601cc825408 Mon Sep 17 00:00:00 2001 From: Kush Trivedi <44091822+kushthedude@users.noreply.github.com> Date: Tue, 2 Feb 2021 14:34:26 +0530 Subject: [PATCH] Update snapshot_release.yml (#3555) --- .github/workflows/snapshot_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/snapshot_release.yml b/.github/workflows/snapshot_release.yml index 2c1f546bd..e97ee84eb 100644 --- a/.github/workflows/snapshot_release.yml +++ b/.github/workflows/snapshot_release.yml @@ -3,9 +3,9 @@ name: Snapshot release on: push: branches: - - master - paths: - - '!docs/**' + - 'master' + paths-ignore: + - 'docs/**' jobs: ui_tests: