Only Trigger Build/Deploy in release Branch

This commit is contained in:
jklingen 2025-04-25 16:14:19 +02:00 committed by GitHub
commit ae9452af46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,15 +1,9 @@
name: Build and Deploy name: Build and Deploy
on: on:
workflow_dispatch:
push: push:
branches: branches:
- 'release/1.*' - 'release/1.*'
pull_request:
branches:
- 'release/1.*'
paths-ignore:
- 'develop/**'
jobs: jobs:
build: build: