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 <opensource@till.name>
This commit is contained in:
Till Maas 2021-04-08 16:04:41 +02:00
parent 9e427428b4
commit 87a9c5bd60

View file

@ -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"