Updated Github CI to ignore canary_base builds
This commit is contained in:
committed by
Gliniak
parent
1f0b8245b1
commit
c364822ab0
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@@ -2,7 +2,7 @@ name: CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore: [ gh-pages, master ]
|
branches-ignore: [ gh-pages, master, canary_base ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '.github/*'
|
- '.github/*'
|
||||||
- '.github/*_TEMPLATE/**'
|
- '.github/*_TEMPLATE/**'
|
||||||
|
|||||||
Reference in New Issue
Block a user