mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 03:43:09 +00:00
fix: avoid running tests after merge/release
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
918e7863fd
commit
fefb760ae3
1 changed files with 8 additions and 1 deletions
9
.github/workflows/ansible-ci.yml
vendored
9
.github/workflows/ansible-ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue