mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Only Trigger Build/Deploy in release Branch
This commit is contained in:
parent
9c1912ae4f
commit
ae9452af46
1 changed files with 0 additions and 6 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -1,15 +1,9 @@
|
|||
name: Build and Deploy
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- 'release/1.*'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'release/1.*'
|
||||
paths-ignore:
|
||||
- 'develop/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue