mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 12:36:44 +00:00
Prevent double GH actions on push to branch with active PR
Former-commit-id: a38b985b65
This commit is contained in:
parent
20f1b44e85
commit
ec943f5ba4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -2,8 +2,8 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- release
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
|
Loading…
Reference in a new issue