From 00fb5d99ddb5bd77e75b12d274bcd00d7f216522 Mon Sep 17 00:00:00 2001 From: Andre Wiggins Date: Fri, 15 Jan 2021 19:04:05 -0800 Subject: [PATCH] Add workflow_dispatch and restructure branch trigger --- .github/workflows/ci.yml | 2 ++ .github/workflows/saucelabs.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31fc04dd7d..63d29f2b57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,14 @@ name: CI on: + workflow_dispatch: pull_request: branches: - '**' push: branches: - master + - restructure jobs: build_test: diff --git a/.github/workflows/saucelabs.yml b/.github/workflows/saucelabs.yml index 774a8ca1d2..e26ae2b36c 100644 --- a/.github/workflows/saucelabs.yml +++ b/.github/workflows/saucelabs.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - restructure jobs: build_test: