fix: avoid running tests after merge/release

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2023-02-17 18:53:28 +00:00
parent 918e7863fd
commit fefb760ae3
No known key found for this signature in database
GPG key ID: 75FAE37CBA8C13C2

View file

@ -1,6 +1,13 @@
---
name: Ansible CI
on: [push, pull_request]
on:
push:
branches-ignore:
- main
pull_request:
types:
- '!closed'
workflow_dispatch:
env:
ANSIBLE_FORCE_COLOR: true