mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-06 09:03:58 +00:00
committed by
Yuriy Puchkov
parent
ba206871c2
commit
2bae14416e
2
.github/workflows/Linux-pack.yml
vendored
2
.github/workflows/Linux-pack.yml
vendored
@@ -9,8 +9,6 @@ on:
|
||||
- 'LICENSE'
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'LICENSE'
|
||||
|
||||
2
.github/workflows/Windows-pack.yml
vendored
2
.github/workflows/Windows-pack.yml
vendored
@@ -9,8 +9,6 @@ on:
|
||||
- 'LICENSE'
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- master*
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'LICENSE'
|
||||
|
||||
4
.github/workflows/build_cmake.yml
vendored
4
.github/workflows/build_cmake.yml
vendored
@@ -2,12 +2,12 @@ name: Building(CMake)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, master_nc_merge_upstream_test ]
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'LICENSE'
|
||||
pull_request:
|
||||
branches: [ master, master_nc_merge_upstream_test ]
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'LICENSE'
|
||||
|
||||
Reference in New Issue
Block a user