Stop CI on branch 'production'.
This commit is contained in:
parent
a1b2c71b89
commit
31ac709e04
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: 'Continuous Integration'
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
branches-ignore:
|
||||
- 'production'
|
||||
tags-ignore:
|
||||
- '*'
|
||||
paths-ignore:
|
||||
|
|
Loading…
Reference in a new issue