We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81dc610 commit c47d8e5Copy full SHA for c47d8e5
1 file changed
.github/workflows/ci.yml
@@ -1,6 +1,8 @@
1
name: CI
2
3
on:
4
+ repository_dispatch:
5
+ types: [dependency-update]
6
push:
7
branches: [master]
8
pull_request:
@@ -50,6 +52,8 @@ jobs:
50
52
# Integration tests — checks out eos + eboot alongside ebuild
51
53
# ────────────────────────────────────────────────────────────
54
integration:
55
56
57
name: Integration (${{ matrix.os }} / Python ${{ matrix.python }})
58
runs-on: ${{ matrix.os }}
59
strategy:
0 commit comments