Update CI-builds.yml

v2.7.1-bump_version_to_2.7.1
Miro Stauder 1 year ago committed by GitHub
parent 7ec8f11863
commit a9a21da2ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,13 +1,15 @@
name: CI-builds
env:
MAIN: refs/heads/${{ github.event.repository.default_branch }}
on:
push:
branches: [ "v2.x" ]
branches: [ $MAIN ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
branches: [ $MAIN ]
paths-ignore:
- '.github/**'
- '**.md'

Loading…
Cancel
Save