From 87a9c5bd60c53a7250a499ee2586c842fbe915cb Mon Sep 17 00:00:00 2001 From: Till Maas Date: Thu, 8 Apr 2021 16:04:41 +0200 Subject: [PATCH] Enable github actions for push Also run github actions for pushing to get CI updates for changes to the main branch and a baseline to compare PRs to. Signed-off-by: Till Maas --- .github/workflows/tox.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index c7add26..7046f04 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -2,6 +2,7 @@ name: tox on: # yamllint disable-line rule:truthy - pull_request + - push env: TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.4.0" LSR_ANSIBLE_TEST_DOCKER: "true"