From 3ff75e32e25976bd23ecfc35a612595134955e7a Mon Sep 17 00:00:00 2001 From: Ross Wolf <31489089+rw-access@users.noreply.github.com> Date: Mon, 29 Jun 2020 23:46:02 -0600 Subject: [PATCH] Noop to trigger GitHub actions --- .github/workflows/pythonpackage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index c4de9a5f5..b48ffae76 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -2,7 +2,7 @@ name: Unit Tests on: push: - branches: [ master, dev, feature/* ] + branches: [ main, feature/* ] pull_request: branches: [ "*" ] @@ -35,3 +35,4 @@ jobs: - name: Unit tests run: | python -m detection_rules test +