Update CI-trigger.yml

pull/4653/head
Miro Stauder 1 year ago committed by GitHub
parent 9ea59119ee
commit 30b05fd72d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,7 +2,13 @@ name: CI-trigger
run-name: '${{ github.ref_name }} ${{ github.workflow }} ${{ github.sha }}'
on:
pull_request:
paths-ignore:
- '.github/**'
- '**.md'
push:
branches:
- 'v[0-9].[0-9x]+.?[0-9xy]?[0-9]?'
paths-ignore:
- '.github/**'
- '**.md'

Loading…
Cancel
Save