Updated Github CI to ignore canary_base builds

This commit is contained in:
Radosław Gliński 2022-02-03 09:54:58 +01:00 committed by Gliniak
parent 1f0b8245b1
commit c364822ab0
1 changed files with 1 additions and 1 deletions

View File

@ -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/**'