Enable back push and schedule workflow

This commit is contained in:
Laurent Indermuehle 2023-01-23 22:29:04 +01:00
commit 39969f8298
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -1,18 +1,18 @@
---
name: Plugins CI
on:
# push:
# paths:
# - 'plugins/**'
# - 'tests/**'
# - '.github/workflows/ansible-test-plugins.yml'
push:
paths:
- 'plugins/**'
- 'tests/**'
- '.github/workflows/ansible-test-plugins.yml'
pull_request:
paths:
- 'plugins/**'
- 'tests/**'
- '.github/workflows/ansible-test-plugins.yml'
# schedule:
# - cron: '0 6 * * *'
schedule:
- cron: '0 6 * * *'
jobs: