Watch
1
0
Fork
You've already forked SouveraineOS
0

gate every push to the candidate ref

A paths filter meant a push touching only the gate itself ran nothing.
This commit is contained in:
Fimeg 2026-08-23 21:01:09 -04:00
commit 03ec301f4e

View file

@ -3,14 +3,8 @@ name: distribution-contract
on:
push:
branches: [main, public]
paths:
- distribution/**
- tools/validate-distribution.py
pull_request:
branches: [main, public]
paths:
- distribution/**
- tools/validate-distribution.py
jobs:
validate: