From 01f49bbfa8a25d9d6bba919db383788595253f34 Mon Sep 17 00:00:00 2001 From: Joseph Langley Date: Fri, 26 Mar 2021 19:13:08 -0400 Subject: [PATCH] chore(gh-actions): Build only on master branch. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml old mode 100644 new mode 100755 index 1bc2d2b27..0c6b522d0 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build and Test on: push: - branches: [ master, gh-actions ] + branches: [ master ] tags-ignore: - 'v*' pull_request: