Update ci-selftests.yml

pull/4119/head^2
Miro Stauder 3 years ago committed by GitHub
parent c3b1f9b282
commit 42ef04900c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,8 +3,14 @@ name: CI-selftests
on:
push:
branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:

Loading…
Cancel
Save