mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Updated Github CI to ignore canary_base builds
This commit is contained in:
parent
1f0b8245b1
commit
c364822ab0
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -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 a new issue