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 name: Plugins CI
on: on:
# push: push:
# paths: paths:
# - 'plugins/**' - 'plugins/**'
# - 'tests/**' - 'tests/**'
# - '.github/workflows/ansible-test-plugins.yml' - '.github/workflows/ansible-test-plugins.yml'
pull_request: pull_request:
paths: paths:
- 'plugins/**' - 'plugins/**'
- 'tests/**' - 'tests/**'
- '.github/workflows/ansible-test-plugins.yml' - '.github/workflows/ansible-test-plugins.yml'
# schedule: schedule:
# - cron: '0 6 * * *' - cron: '0 6 * * *'
jobs: jobs: