From 480e855c697b53ac412c303a3036e756451b48cb Mon Sep 17 00:00:00 2001 From: 0xripleys <105607696+0xripleys@users.noreply.github.com> Date: Tue, 26 Jul 2022 16:05:18 -0400 Subject: [PATCH] enable github actions on commits to upcoming branch (#96) --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index ce8e5385519..0a7a05e1da1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -5,7 +5,7 @@ on: paths-ignore: - 'docs/**' push: - branches: [master] + branches: [master, upcoming] paths-ignore: - 'docs/**'