Updated Github CI to ignore canary_base builds
This commit is contained in:
parent
1f0b8245b1
commit
c364822ab0
|
@ -2,7 +2,7 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore: [ gh-pages, master ]
|
||||
branches-ignore: [ gh-pages, master, canary_base ]
|
||||
paths-ignore:
|
||||
- '.github/*'
|
||||
- '.github/*_TEMPLATE/**'
|
||||
|
|
Loading…
Reference in New Issue